Abstract
connectConnects to a wallet using a private key
The private key of the wallet
The wallet object
Abstract
getAbstract
getAbstract
getAbstract
prepareAlias
Creates a signed transaction to transfer default chain currency
The receiver's address
The amount to transfer
Optional
options: anyOptions
The signed transaction
prepareTransfer
Abstract
prepareCreates a list of signed transactions to transfer default chain currency
A list of transfers to prepare
Options
An ordered list of signed transactions
Creates a signed transaction to transfer default chain currency
The signed transaction
Creatthis.provider = new JsonRpcProvider(this.rpc_url)es a list of signed transactions to transfer default chain currency
A list of transfers to prepare
Optional
options: OptionsOptions
An ordered list of signed transactions
Abstract
signSigns a message using the connected wallet
The message to sign
Optional
options: { Options
Optional
privateThe signed message
Abstract
signSigns a transaction using the connected wallet
The signed transaction
Abstract
signSigns a list of transactions using the connected wallet. The transaction nonce is incremented for each transaction in order of appearance.
A list of transactions to sign
Optional
options: { Options
Optional
privateAbstract
verifyVerifies a message using the connected wallet
The message to verify
The signature to verify
A boolean indicating if the message was verified
Extension methods for IBC