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
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
Create a transaction from either an AssetMintTransaction JSON object or an AssetTransferTransaction JSON object.
Either an AssetMintTransaction JSON object or an AssetTransferTransaction JSON object.
A Transaction.
Gets public key from the message and signature.
arbitrary length string
r, s, v of ECDSA signature
64 byte hexadecimal string 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 hexadecimal string of private key
r, s, v 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
r, s, v of ECDSA signature
64 byte hexadecimal string of public key
if signature is valid, true. Else false.
Generated using TypeDoc
Gets data's 256 bit blake hash.