Broadcasts a signed transaction to the blockchain.
The signed transaction as a base64 encoded string.
A Promise resolving to the broadcast transaction response (SignAndBroadcastResponse).
Signs a transaction using the appropriate method based on the account type.
The address of the account.
An array of messages to be included in the transaction (EncodeObject[]).
The transaction fee information (StdFee).
Optional
memo: stringOptional transaction memo.
A Promise resolving to the signed transaction as a base64 encoded string.
Signs a transaction using the Amino signing method.
The address of the account.
An array of messages to be included in the transaction (EncodeObject[]).
The transaction fee information (StdFee).
Optional
memo: stringOptional transaction memo.
A Promise resolving to the signed transaction as a base64 encoded string.
Signs and broadcasts a transaction.
The address of the account.
An array of messages to be included in the transaction (EncodeObject[]).
The transaction fee information (StdFee).
Optional
memo: stringOptional transaction memo.
A Promise resolving to the broadcast transaction response (SignAndBroadcastResponse).
Signs a transaction using the direct signing method.
The address of the account.
An array of messages to be included in the transaction (DecodeObject[]).
The transaction fee information (StdFee).
Optional
memo: stringOptional transaction memo.
A Promise resolving to the signed transaction as a base64 encoded string.
Submits a transaction using the Skip API.
The blockchain chain ID.
The signed transaction as a base64 encoded string.
A Promise resolving to the result of the transaction submission.
Constructs a
TxClient
instance.