public static final class ServiceGrpc.ServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ServiceGrpc.ServiceBlockingStub>
Service defines the gRPC querier service for tendermint queries.
| Modifier and Type | Method and Description |
|---|---|
protected ServiceGrpc.ServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
cosmos.base.tendermint.v1beta1.Query.GetBlockByHeightResponse |
getBlockByHeight(cosmos.base.tendermint.v1beta1.Query.GetBlockByHeightRequest request)
GetBlockByHeight queries block for given height.
|
cosmos.base.tendermint.v1beta1.Query.GetLatestBlockResponse |
getLatestBlock(cosmos.base.tendermint.v1beta1.Query.GetLatestBlockRequest request)
GetLatestBlock returns the latest block.
|
cosmos.base.tendermint.v1beta1.Query.GetLatestValidatorSetResponse |
getLatestValidatorSet(cosmos.base.tendermint.v1beta1.Query.GetLatestValidatorSetRequest request)
GetLatestValidatorSet queries latest validator-set.
|
cosmos.base.tendermint.v1beta1.Query.GetNodeInfoResponse |
getNodeInfo(cosmos.base.tendermint.v1beta1.Query.GetNodeInfoRequest request)
GetNodeInfo queries the current node info.
|
cosmos.base.tendermint.v1beta1.Query.GetSyncingResponse |
getSyncing(cosmos.base.tendermint.v1beta1.Query.GetSyncingRequest request)
GetSyncing queries node syncing.
|
cosmos.base.tendermint.v1beta1.Query.GetValidatorSetByHeightResponse |
getValidatorSetByHeight(cosmos.base.tendermint.v1beta1.Query.GetValidatorSetByHeightRequest request)
GetValidatorSetByHeight queries validator-set at a given height.
|
protected ServiceGrpc.ServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ServiceGrpc.ServiceBlockingStub>public cosmos.base.tendermint.v1beta1.Query.GetNodeInfoResponse getNodeInfo(cosmos.base.tendermint.v1beta1.Query.GetNodeInfoRequest request)
GetNodeInfo queries the current node info.
public cosmos.base.tendermint.v1beta1.Query.GetSyncingResponse getSyncing(cosmos.base.tendermint.v1beta1.Query.GetSyncingRequest request)
GetSyncing queries node syncing.
public cosmos.base.tendermint.v1beta1.Query.GetLatestBlockResponse getLatestBlock(cosmos.base.tendermint.v1beta1.Query.GetLatestBlockRequest request)
GetLatestBlock returns the latest block.
public cosmos.base.tendermint.v1beta1.Query.GetBlockByHeightResponse getBlockByHeight(cosmos.base.tendermint.v1beta1.Query.GetBlockByHeightRequest request)
GetBlockByHeight queries block for given height.
public cosmos.base.tendermint.v1beta1.Query.GetLatestValidatorSetResponse getLatestValidatorSet(cosmos.base.tendermint.v1beta1.Query.GetLatestValidatorSetRequest request)
GetLatestValidatorSet queries latest validator-set.
public cosmos.base.tendermint.v1beta1.Query.GetValidatorSetByHeightResponse getValidatorSetByHeight(cosmos.base.tendermint.v1beta1.Query.GetValidatorSetByHeightRequest request)
GetValidatorSetByHeight queries validator-set at a given height.