public static final class ReflectionServiceGrpc.ReflectionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ReflectionServiceGrpc.ReflectionServiceFutureStub>
ReflectionService defines a service for application reflection.
| Modifier and Type | Method and Description |
|---|---|
protected ReflectionServiceGrpc.ReflectionServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorResponse> |
getAuthnDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorRequest request)
GetAuthnDescriptor returns information on how to authenticate transactions in the application
NOTE: this RPC is still experimental and might be subject to breaking changes or removal in
future releases of the cosmos-sdk.
|
com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponse> |
getChainDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest request)
GetChainDescriptor returns the description of the chain
|
com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponse> |
getCodecDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest request)
GetCodecDescriptor returns the descriptor of the codec of the application
|
com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorResponse> |
getConfigurationDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorRequest request)
GetConfigurationDescriptor returns the descriptor for the sdk.Config of the application
|
com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponse> |
getQueryServicesDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest request)
GetQueryServicesDescriptor returns the available gRPC queryable services of the application
|
com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorResponse> |
getTxDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorRequest request)
GetTxDescriptor returns information on the used transaction object and available msgs that can be used
|
protected ReflectionServiceGrpc.ReflectionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorResponse> getAuthnDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorRequest request)
GetAuthnDescriptor returns information on how to authenticate transactions in the application NOTE: this RPC is still experimental and might be subject to breaking changes or removal in future releases of the cosmos-sdk.
public com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponse> getChainDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest request)
GetChainDescriptor returns the description of the chain
public com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponse> getCodecDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest request)
GetCodecDescriptor returns the descriptor of the codec of the application
public com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorResponse> getConfigurationDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorRequest request)
GetConfigurationDescriptor returns the descriptor for the sdk.Config of the application
public com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponse> getQueryServicesDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest request)
GetQueryServicesDescriptor returns the available gRPC queryable services of the application
public com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorResponse> getTxDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorRequest request)
GetTxDescriptor returns information on the used transaction object and available msgs that can be used