Versions in this module Expand all Collapse all v0 v0.0.6 Jan 5, 2022 Changes in this version + type Proxy struct + func New(cfg *config.Config, codec *codec.Codec) (*Proxy, error) + func (cp Proxy) Block(height int64) (*tmctypes.ResultBlock, error) + func (cp Proxy) BlockResults(height int64) (*tmctypes.ResultBlockResults, error) + func (cp Proxy) Genesis() (*tmctypes.ResultGenesis, error) + func (cp Proxy) LatestHeight() (int64, error) + func (cp Proxy) QueryLCD(endpoint string, ptr interface{}) error + func (cp Proxy) QueryLCDWithHeight(endpoint string, ptr interface{}) (int64, error) + func (cp Proxy) Stop() error + func (cp Proxy) SubscribeEvents(subscriber, query string) (<-chan tmctypes.ResultEvent, context.CancelFunc, error) + func (cp Proxy) SubscribeNewBlocks(subscriber string) (<-chan tmctypes.ResultEvent, context.CancelFunc, error) + func (cp Proxy) TendermintTx(hash string) (*tmctypes.ResultTx, error) + func (cp Proxy) Tx(hash string) (sdk.TxResponse, error) + func (cp Proxy) Txs(block *tmctypes.ResultBlock) ([]sdk.TxResponse, error) + func (cp Proxy) Validators(height int64) (*tmctypes.ResultValidators, error)