Connects to a wallet using a private key
The private key of the wallet
Optional
rpc_url: stringThe wallet object
Get the balance of the address
The address
Specify the denomination of the token
The balance of the address in the specified denomination
Creates a skeleton transaction
Alias
Creates a signed transaction to transfer default chain currency
The receiver's address
The amount to transfer
Options
The signed transaction
prepareTransfer
Prepare multiple payments
An array of payments
Specifies the denomination of the token
An array 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
Broadcasts a signed transaction
The status and transaction hash, or a (maybe) error object
Signs a transaction using the connected wallet
The transaction to sign
Optional
options: IBCSignTxOptionsOptions
The signed transaction
Signs 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: IBCSignTxOptionsOptions
Static
create
Interface for local sdk exclusive methods