SignAllTransactions
Once an app is connected, it is also possible to sign multiple transactions at once. Unlike SignAndSendTransaction, Broearn Wallet will not submit these transactions to the network.
Query String Parameters
transactions
(required): An array of transactions that PUT will sign, serialized and encoded in base58.session
(required): The session token received from the Connect method.
Returns
✅Approve
data
: An encrypted JSON string. Refer to Encryption to learn how apps can decryptdata
using a shared secret. Encrypted bytes are encoded in base58.transactions
: An array of signed, serialized transactions that are base58 encoded. Broearn Wallet will not submit these transactions.
❌Reject
An errorCode
and errorMessage
as query parameters. Please refer to Errors for a full list of possible error codes.
Last updated