package
0.0.9
Repository: https://github.com/pylons-tech/juno.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.
NewMessage allows to build a new Message instance.
No description provided by the author
NewTx allows to create a new Tx instance from the given txResponse.
NewValidator allows to build a new Validator instance.

# Structs

Block contains the data of a single chain block.
CommitSig contains the data of a single validator commit signature.
Message represents the data of a single message.
Tx represents an already existing blockchain transaction.
Validator contains the data of a single validator.

# Type aliases

CobraCmdFunc represents a cobra command function.