Package cosmos.base.reflection.v2alpha1
Class ReflectionServiceGrpc.ReflectionServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>
-
- cosmos.base.reflection.v2alpha1.ReflectionServiceGrpc.ReflectionServiceBlockingStub
-
- Enclosing class:
- ReflectionServiceGrpc
public static final class ReflectionServiceGrpc.ReflectionServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>
ReflectionService defines a service for application reflection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReflectionServiceGrpc.ReflectionServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorResponsegetAuthnDescriptor(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.cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponsegetChainDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest request)GetChainDescriptor returns the description of the chaincosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponsegetCodecDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest request)GetCodecDescriptor returns the descriptor of the codec of the applicationcosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorResponsegetConfigurationDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorRequest request)GetConfigurationDescriptor returns the descriptor for the sdk.Config of the applicationcosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponsegetQueryServicesDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest request)GetQueryServicesDescriptor returns the available gRPC queryable services of the applicationcosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorResponsegetTxDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorRequest request)GetTxDescriptor returns information on the used transaction object and available msgs that can be used
-
-
-
Method Detail
-
build
protected ReflectionServiceGrpc.ReflectionServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>
-
getAuthnDescriptor
public 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.
-
getChainDescriptor
public cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponse getChainDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest request)
GetChainDescriptor returns the description of the chain
-
getCodecDescriptor
public cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponse getCodecDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest request)
GetCodecDescriptor returns the descriptor of the codec of the application
-
getConfigurationDescriptor
public 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
-
getQueryServicesDescriptor
public cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponse getQueryServicesDescriptor(cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest request)
GetQueryServicesDescriptor returns the available gRPC queryable services of the application
-
getTxDescriptor
public 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
-
-