3 - User B receives the signature request
const signRequestCallback:SignatureRequestCallback = async (message: SignatureRequest) => {
// the user can decode the transaction here
console.log(message);
};
await multisig.wss.onReceiveSignRequest(signRequestCallback);SignatureRequestCallback type
Field
Description
Type
SignatureRequest object
Property
Description
Type
Signer object
Property
Description
Type
Last updated