the Cosmos messages to wrap them in a transaction
the memo to attach to the transaction
the fee to attach to the transaction
the account sequence to attach to the transaction
the account number to attach to the transaction
the chain-id to attach to the transaction
the account pubKey to attach to the transaction (in base64)
// the Tx raw that was created
// the SignDoc that was created - used for signing of the transaction
// the account number of the signer of the transaction
// the body bytes of the transaction
// the auth info bytes of the transaction
// the sign bytes of the transaction (SignDoc serialized to binary)
// the sign bytes of the transaction (SignDoc serialized to binary) and hashed using keccak256
result
Generated using TypeDoc
Property
the Cosmos messages to wrap them in a transaction
Property
the memo to attach to the transaction
Property
the fee to attach to the transaction
Property
the account sequence to attach to the transaction
Property
the account number to attach to the transaction
Property
the chain-id to attach to the transaction
Property
the account pubKey to attach to the transaction (in base64)
Property
// the Tx raw that was created
Property
// the SignDoc that was created - used for signing of the transaction
Property
// the account number of the signer of the transaction
Property
// the body bytes of the transaction
Property
// the auth info bytes of the transaction
Property
// the sign bytes of the transaction (SignDoc serialized to binary)
Property
// the sign bytes of the transaction (SignDoc serialized to binary) and hashed using keccak256
Returns
result