buffer or hexadecimal string
16 byte hexadecimal string
Gets data's 128 bit blake hash by using the key.
buffer or hexadecimal string
16 byte hexadecimal string
Gets data's 160 bit blake hash.
buffer or hexadecimal string
20 byte hexadecimal string
Gets data's 160 bit blake hash by using the key.
buffer or hexadecimal string
20 byte hexadecimal string
Gets data's 256 bit blake hash.
buffer or hexadecimal string
32 byte hexadecimal string
Gets data's 256 bit blake hash by using the key.
buffer or hexadecimal string
32 byte hexadecimal string
Create a SignedTransaction from a SignedTransaction JSON object.
A SignedTransaction JSON object.
A SignedTransaction.
Generates a private key.
32 byte hexadecimal string of private key
Gets account id from private key.
32 byte hexadecimal string of private key
20 byte hexadecimal string of account id
Gets account id from the given public key.
64 byte hexadecimal string of uncompressed public key
20 byte hexadecimal string of account id
Gets public key from private key.
32 byte hexadecimal string of private key
64 byte hexadecimal string of public key
Gets public key from the message and signature.
arbitrary length string
65 byte hexstring of ECDSA signature
64 byte hexstring public key
Gets data's 160 bit RIPEMD hash.
buffer or hexadecimal string
20 byte hexadecimal string
Gets signature for message from private key.
arbitrary length string
32 byte hexstring of private key
65 byte hexstring of ECDSA signature
Converts buffer to hexadecimal string.
arbritrary length of data
hexadecimal string
Checks if the signature from signEcdsa is correct.
arbitrary length string
65 byte hexstring of ECDSA signature
64 byte hexstring of public key
if signature is valid, true. Else false.
Generated using TypeDoc
Gets data's 128 bit blake hash.