Versions in this module Expand all Collapse all v2 v2.0.0 Feb 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) + 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 v2.0.0-stargate Feb 23, 2022 Other modules containing this package github.com/forbole/juno/v3 github.com/forbole/juno/v4 github.com/forbole/juno/v5 github.com/forbole/juno/v6