Send a payload to the wallet to be signed
Initiate a transaction, submitting any message to be signed. Message needs to be a base64 string. Use MessageService.buildMessage to build message. Use MessageService.createAnyMessageBase64 to turn message in a base64 string that is ready to be consumed here.
Generated using TypeDoc
Initialize the wallet with the parameters returned from connect
Make sure a WalletService instance has been created via useWalletService or the constructor.