Versions in this module Expand all Collapse all v0 v0.1.4 Nov 23, 2022 v0.1.2 Nov 23, 2022 Changes in this version + const LocalKeeper + const RemoteKeeper + type Node interface + Block func(height int64) (*tmctypes.ResultBlock, error) + BlockResults func(height int64) (*tmctypes.ResultBlockResults, error) + ChainID func() (string, error) + ConsensusState func() (*constypes.RoundStateSimple, error) + Genesis func() (*tmctypes.ResultGenesis, error) + LatestHeight func() (int64, error) + Stop func() + SubscribeEvents func(subscriber, query string) (<-chan tmctypes.ResultEvent, context.CancelFunc, error) + SubscribeNewBlocks func(subscriber string) (<-chan tmctypes.ResultEvent, context.CancelFunc, error) + Tx func(hash string) (*types.Tx, error) + TxSearch func(query string, page *int, perPage *int, orderBy string) (*tmctypes.ResultTxSearch, error) + Txs func(block *tmctypes.ResultBlock) ([]*types.Tx, error) + Validators func(height int64) (*tmctypes.ResultValidators, error) + type Source interface + Type func() string