Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + const RemoteKeeper + type Node interface + AccountBalance func(address string) (sdk.Coins, error) + Block func(height int64) (*tmctypes.ResultBlock, error) + BlockResults func(height int64) (*tmctypes.ResultBlockResults, error) + ConsensusState func() (*constypes.RoundStateSimple, error) + Genesis func() (*tmctypes.ResultGenesis, error) + IBCTransferParams func() (types.IBCTransfer, error) + Inflation func() (string, error) + LatestHeight func() (int64, error) + StakingPool func() (stakingtypes.Pool, error) + Stop func() + Supply func() (sdk.Coins, error) + Validators func(height int64) (*tmctypes.ResultValidators, error) + type Source interface + Type func() string