# Functions
BindFlagsLoadViper binds all flags and read the config into viper.
ConcatCobraCmdFuncs returns a single function that calls each argument function in sequence RunE, PreRunE, PersistentPreRunE, etc.
ConvertValidatorAddressToBech32String converts the given validator address to its Bech32 string representation.
ConvertValidatorPubKeyToBech32String converts the given pubKey to a Bech32 string.
No description provided by the author
No description provided by the author
No description provided by the author
NewBlock allows to build a new Block instance.
NewBlockFromTmBlock builds a new Block instance from a given ResultBlock object.
NewCommitSig allows to build a new CommitSign object.
No description provided by the author
NewStandardMessage allows to build a new StandardMessage instance.
NewTransaction allows to create a new Transaction instance from the given txResponse.
NewValidator allows to build a new Validator instance.
UnmarshalMessage can be used to unmarshal a Message instance from a JSON representation.
# Structs
AuthInfo represents the data of a single transaction auth info.
Block contains the data of a single chain block.
CommitSig contains the data of a single validator commit signature.
Fee represents the data of a single transaction fee.
SignerInfo represents the data of a single transaction signer info.
StandardMessage represents the data of a single transaction message.
Transaction represents an already existing blockchain transaction.
Tx represents the data of a single transaction.
TxBody represents the data of a single transaction body.
TxResponse represents the data of a single transaction response.
Validator contains the data of a single validator.
# Interfaces
No description provided by the author
# Type aliases
CobraCmdFunc represents a cobra command function.