A safe alternative to JSON.stringify
create a transaction signature
decode RPL encoded encryption
convert a hex string to number
us keccak256 to has the input
pad a hex string to an even length
generate given length random hex string
TRY to remove 0x from a hex string if no 0x starts, do nothing
string
sign a transaction with a private key
parse a hex string to buffer, if x is already a Buffer, do nothing
, string or Buffer,
convert a string to an even length hexadecimal representation string
verify a signature is signed by an address, will only verify the signature and the transaction when the address is not provided. This method only provides an offline signature verification algorithm, so it does not support scenarios like MultiSignatureService where weighted and weighted verification is handled on the server side.
Generated using TypeDoc
A safe alternative to
JSON.parse