Documentation ¶
Index ¶
- type CosmosQueryClient
- func (cqc *CosmosQueryClient) GetBlockByHeight(height int64) *tendermintv1beta1.GetBlockByHeightResponse
- func (cqc *CosmosQueryClient) GetHistoricalInfo(height int64) *stakingv1beta1.QueryHistoricalInfoResponse
- func (cqc *CosmosQueryClient) GetLatestBlock() *tendermintv1beta1.GetLatestBlockResponse
- func (cqc *CosmosQueryClient) GetNodeRes() *tendermintv1beta1.GetNodeInfoResponse
- func (cqc *CosmosQueryClient) GetRewards(delegator string, validator string) *distv1beta1.QueryDelegationRewardsResponse
- func (cqc *CosmosQueryClient) GetTx(hash string) *txv1beta1.GetTxResponse
- func (cqc *CosmosQueryClient) GetValInfo(valAddr string) *stakingv1beta1.QueryValidatorResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CosmosQueryClient ¶
type CosmosQueryClient struct {
*grpc.ClientConn
}
func (*CosmosQueryClient) GetBlockByHeight ¶
func (cqc *CosmosQueryClient) GetBlockByHeight(height int64) *tendermintv1beta1.GetBlockByHeightResponse
func (*CosmosQueryClient) GetHistoricalInfo ¶
func (cqc *CosmosQueryClient) GetHistoricalInfo(height int64) *stakingv1beta1.QueryHistoricalInfoResponse
func (*CosmosQueryClient) GetLatestBlock ¶
func (cqc *CosmosQueryClient) GetLatestBlock() *tendermintv1beta1.GetLatestBlockResponse
func (*CosmosQueryClient) GetNodeRes ¶
func (cqc *CosmosQueryClient) GetNodeRes() *tendermintv1beta1.GetNodeInfoResponse
func (*CosmosQueryClient) GetRewards ¶
func (cqc *CosmosQueryClient) GetRewards(delegator string, validator string) *distv1beta1.QueryDelegationRewardsResponse
func (*CosmosQueryClient) GetTx ¶
func (cqc *CosmosQueryClient) GetTx(hash string) *txv1beta1.GetTxResponse
func (*CosmosQueryClient) GetValInfo ¶
func (cqc *CosmosQueryClient) GetValInfo(valAddr string) *stakingv1beta1.QueryValidatorResponse
Click to show internal directories.
Click to hide internal directories.