Versions in this module Expand all Collapse all v0 v0.0.2 Aug 1, 2023 v0.0.1 Jul 17, 2023 Changes in this version + const Base + const BaseBlockByHeightMsgType + const BaseLatestBlockMsgtype + const BaseLatestValidatorSetMsgType + const BaseNodeInfoMsgType + const BaseSyncingMsgType + const BaseValidatorSetByHeightMsgType + func MakeBaseBlockByHeightMsg(blockMsg types.BlockMsg) (tmservice.GetBlockByHeightRequest, error) + func MakeBaseLatestBlockMsg() (tmservice.GetLatestBlockRequest, error) + func MakeBaseNodeInfoMsg() (tmservice.GetNodeInfoRequest, error) + func MakeBaseSyncingMsg() (tmservice.GetSyncingRequest, error) + func MakeLatestValidatorSetMsg() (tmservice.GetLatestValidatorSetRequest, error) + func MakeValidatorSetByHeightMsg(validatorSetMsg types.ValidatorSetMsg) (tmservice.GetValidatorSetByHeightRequest, error)