Versions in this module Expand all Collapse all v0 v0.1.1 Oct 8, 2021 v0.1.0 Oct 8, 2021 Changes in this version + func CreateGrpcConnection(cfg types.Config) (*grpc.ClientConn, error) + func GetHeightRequestHeader(height int64) grpc.CallOption + func MustCreateGrpcConnection(cfg types.Config) *grpc.ClientConn + type Proxy struct + func NewClientProxy(cfg types.Config, encodingConfig *params.EncodingConfig) (*Proxy, error) + func (cp *Proxy) Block(height int64) (*tmctypes.ResultBlock, error) + func (cp *Proxy) ConsensusState() (*constypes.RoundStateSimple, error) + func (cp *Proxy) Genesis() (*tmctypes.ResultGenesis, error) + func (cp *Proxy) LatestHeight() (int64, error) + func (cp *Proxy) Stop() + 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, *tx.Tx, error) + func (cp *Proxy) Txs(block *tmctypes.ResultBlock) ([]*types.Tx, error) + func (cp *Proxy) Validators(height int64) (*tmctypes.ResultValidators, error)