transactions/export library
Classes
- DefaultTxConfig
- DefaultTxConfig represents the default TxConfig implementation.
- DirectSignModeHandler
-
DirectSignModeHandler defines the
SIGN_MODE_DIRECT
SignModeHandler. - SignModeHandler
- SignModeHandler defines a interface to be implemented by types which will handle SignMode's by generating sign bytes from a Tx and SignerData.
- TxBuilder
- Allows to easily build and sign a Tx that can later be sent over the network.
- TxConfig
- TxConfig defines an interface a client can utilize to generate an application-defined concrete transaction type. The type returned must implement TxBuilder.
- TxSender
-
Allows to easily send a
StdTx
using the data contained inside the specified Wallet. - TxSigner
- Allows to create and sign a Tx object so that it can later be sent to the chain.
Functions
-
defaultEncoder(
) → TxEncoder - Returns a default protobuf TxEncoder.