Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2024 v0.0.3 Jul 18, 2024 Changes in this version + func GetBlockByHash(clientCtx client.Context, hashHexString string) (*cmt.Block, error) + func GetBlockByHeight(clientCtx client.Context, height *int64) (*cmt.Block, error) + func GetChainHeight(clientCtx client.Context) (int64, error) + func QueryBlocks(clientCtx client.Context, page, limit int, query, orderBy string) (*sdk.SearchBlocksResult, error) + func QueryEventForTxCmd() *cobra.Command + func ValidatorCommand() *cobra.Command