6 - Users both receive a successful broadcast notification
const broadcastCallback:SignatureRequestCallback = async (message: SignatureRequest) => {
console.log(message);
};
await multisig.wss.onBroadcasted(broadcastCallback);SignatureRequestCallback type
Field
Description
Type
Last updated