# Functions
AwaitNextBlocks waits for next blocks.
AwaitTx waits until a signed transaction is included in a block, returning the result.
BroadcastRawTx broadcast the txBytes using the clientCtx and set BroadcastMode.
BroadcastTx attempts to generate, sign and broadcast a transaction with the given set of messages.
CalculateGas simulates the execution of a transaction and returns the simulation response obtained by the query and the adjusted gas amount.
DefaultContextConfig returns default context config.
GetAccountInfo returns account number and account sequence for provided address.
GetGasPrice returns the current gas price of the chain.
NewContext returns new context.
# Variables
Sign signs a given tx with a named key.
# Structs
Context exposes the functionality of SDK context in a way where we may intercept GRPC-related method (Invoke) to provide better implementation.
ContextConfig stores context config.
GasConfig is the part of context config holding gas parameters.
TimeoutConfig is the part of context config holding timeout parameters.
# Type aliases
Factory is a re-export of the cosmos sdk tx.Factory type, to make usage of this package more convenient.