Encode Transaction
All multisig requests must be encrypted through Keychain to ensure that only the valid initiator and potential signers have access to them. Therefore we provided a utility function to encode as follows:
Encode Transaction
Begin by encapsulating the operation using hive-tx Transaction(), then integrate it into the 'IEncodeTransaction' object.
The multisig.utils.encodeTransaction()
function will automatically assign the encoded message to all potential signers. This process encodes the transaction through Keychain and returns the 'RequestSignatureMessage' object.
IEncodeTransaction object
Last updated