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.
Last updated