signMerkleRoot
Description
The signMerkleRoot
method signs the Merkle root using the account's private key.
Parameters
root
(string
): The Merkle root to be signed.
Returns
Returns a Promise
that resolves to a string
containing the signature of the Merkle root.
Example
Last updated