2 - User A requests a transaction
Once the user has successfully subscribed to the WebSocket, they can initiate a multisig transaction.
Create the operation
Create a transaction by encapsulating with hiveTx
Encode the transaction
Request for signatures
The multisig.wss.requestSignatures()
function informs the backend to distribute the encoded messages to the potential signers.
RequestSignatureMessage object
This object is obtained by encoding the transaction.
Property
Description
Type
signatureRequest
The object that contains the encrypted transaction that needs to be signed.
ISignatureRequest object
initialSigner
Details about the initial signer or initiator.
SignatureRequestInitialSigner object
Last updated