# Functions

NewTxConfig constructs a new TxConfig with the provided options.
WithFeeGranterAddress is an option that allows you to specify a GranterAddress to pay the fees.
WithGas is an option that allows to specify Gas.
WithGasPrice is an option that allows to specify a GasPrice, which is needed to calculate the fee.
WithKeyName is an option that allows you to specify an KeyName, which is needed to sign the transaction.
WithSignerAddress is an option that allows you to specify an address, that will sign the transaction.

# Constants

DefaultGasPrice specifies the default gas price value to be used when the user wants to use the global minimal gas price, which is fetched from the celestia-app.

# Structs

No description provided by the author
NOTE: never use new(Dec) or else we will panic unmarshalling into the nil embedded big.Int.
Delegation represents the bond with tokens held by an account.
DelegationResponse is equivalent to Delegation except that it contains a balance in addition to shares which is more suitable for client responses.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
QueryDelegationResponse is response type for the Query/Delegation RPC method.
QueryRedelegationsResponse is response type for the Query/Redelegations RPC method.
QueryDelegationResponse is response type for the Query/UnbondingDelegation RPC method.
Redelegation contains the list of a particular delegator's redelegating bonds from a particular source validator to a particular destination validator.
RedelegationEntry defines a redelegation object with relevant metadata.
RedelegationEntryResponse is equivalent to a RedelegationEntry except that it contains a balance in addition to shares which is more suitable for client responses.
RedelegationResponse is equivalent to a Redelegation except that its entries contain a balance in addition to shares which is more suitable for client responses.
TxConfig specifies additional options that will be applied to the Tx.
UnbondingDelegation stores all of a single delegator's unbonding bonds for a single validator in an time-ordered list.
UnbondingDelegationEntry defines an unbonding object with relevant metadata.

# Type aliases

AccAddress is an alias to the AccAddress type from Cosmos-SDK.
Address is an alias to the Address type from Cosmos-SDK.
Balance is an alias to the Coin type from Cosmos-SDK.
ConfigOption is the functional option that is applied to the TxConfig instance to configure parameters.
Int is an alias to the Int type from Cosmos-SDK.
Tx is an alias to the Tx type from celestia-core.
TxResponse is an alias to the TxResponse type from Cosmos-SDK.
ValAddress is an alias to the ValAddress type from Cosmos-SDK.