Versions in this module Expand all Collapse all v1 v1.46.6 May 5, 2023 Changes in this version + type TendermintClient interface + GetBlock func(ctx context.Context, height int64) (*tmctypes.ResultBlock, error) + GetBlockResults func(ctx context.Context, height int64) (*ctypes.ResultBlockResults, error) + GetLatestBlockHeight func(ctx context.Context) (int64, error) + GetTxs func(ctx context.Context, block *tmctypes.ResultBlock) ([]*ctypes.ResultTx, error) + GetValidatorSet func(ctx context.Context, height int64) (*tmctypes.ResultValidators, error) + func NewRPCClient(rpcNodeAddr string) TendermintClient