Optional
connector: WalletConnectReadonly
connectorExecute single transaction or group of transactions (atomic transaction)
transaction parameters, atomic transaction parameters or TransactionAndSign object(SDK transaction object and signer parameters)
Creates an algosdk.Transaction object based on execParams and suggestedParams and signs it using walletconnect
array of algosdk.SignedTransaction objects
execParams containing all txn info
suggestedParams object
Creates an algosdk.Transaction object based on execParams and suggestedParams
array of algosdk.Transaction objects
execParams containing all txn info
suggestedParams object
On connect subscription event
handler callback
onDisconnect subscription event
handler callback
onUpdate subscription event
handler callback
Send signed transaction to network and wait for confirmation
TxnReceipt which includes confirmed txn response along with txID
Signed Transaction(s)
number of rounds to wait for transaction to be confirmed - default is 10
Sends signedTransaction and waits for the response
TxnReceipt which includes confirmed txn response along with txID
array of signedTransaction objects.
Optional
rounds: numbernumber of rounds to wait for response
Signs a Logic Signature transaction
Returns txID and blob object for more info: https://developer.algorand.org/docs/get-details/dapps/smart-contracts/smartsigs/modes/#contract-account
algosdk.Transaction object
Logic Sig Account
Sign a single transaction from a wallect connect session
raw signed txn
{ SDK transaction object, shouldSign, signers, msig } object
Optional
message: stringoptional message with txn
Sign a group of transaction(s) from a wallect connect session
array of raw signed txns | null. null representes that the txn in array is NOT signed by wallet user (i.e signable by someone else). TODO: handle case of multiple signers in group transaction
Array of [{ SDK transaction object, shouldSign, signers, msig }] object
Optional
message: stringoptional message with txn
Function used to wait for a tx confirmation
TxnReceipt which includes confirmed txn response along with txID
txn ID for which confirmation is required
number of rounds to wait for transaction to be confirmed - default is 10
Generated using TypeDoc
Close Connection