Versions in this module Expand all Collapse all v2 v2.0.0 Feb 23, 2022 Changes in this version + func ParseConfig() (*cfg.Config, error) + type Details struct + Home string + func DefaultDetails() *Details + func NewDetails(home string) *Details + func (d *Details) Validate() error + type Node struct + func NewNode(config *Details, txConfig client.TxConfig, codec codec.Codec) (*Node, error) + func (cp *Node) Block(height int64) (*tmctypes.ResultBlock, error) + func (cp *Node) BlockResults(height int64) (*tmctypes.ResultBlockResults, error) + func (cp *Node) ConsensusState() (*constypes.RoundStateSimple, error) + func (cp *Node) Genesis() (*tmctypes.ResultGenesis, error) + func (cp *Node) LatestHeight() (int64, error) + func (cp *Node) Stop() + func (cp *Node) SubscribeEvents(subscriber, query string) (<-chan tmctypes.ResultEvent, context.CancelFunc, error) + func (cp *Node) SubscribeNewBlocks(subscriber string) (<-chan tmctypes.ResultEvent, context.CancelFunc, error) + func (cp *Node) Tx(hash string) (*types.Tx, error) + func (cp *Node) TxSearch(query string, pagePtr *int, perPagePtr *int, orderBy string) (*tmctypes.ResultTxSearch, error) + func (cp *Node) Txs(block *tmctypes.ResultBlock) ([]*types.Tx, error) + func (cp *Node) Validators(height int64) (*tmctypes.ResultValidators, error) + type Source struct + BlockStore *tmstore.BlockStore + Cms sdk.CommitMultiStore + Codec codec.Codec + Initialized bool + LegacyAmino *codec.LegacyAmino + Logger log.Logger + StoreDB db.DB + func NewSource(home string, encodingConfig *params.EncodingConfig) (*Source, error) + func (k Source) InitStores() error + func (k Source) LoadHeight(height int64) (sdk.Context, error) + func (k Source) MountKVStores(app interface{}, fieldName string) error + func (k Source) MountMemoryStores(app interface{}, fieldName string) error + func (k Source) MountTransientStores(app interface{}, fieldName string) error + func (k Source) Type() 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