Class QueryGrpc.QueryBlockingStub

  • Enclosing class:
    QueryGrpc

    public static final class QueryGrpc.QueryBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<QueryGrpc.QueryBlockingStub>
     Query defines the gRPC upgrade querier service.
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanResponse appliedPlan​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanRequest request)
      AppliedPlan queries a previously applied upgrade plan by its name.
      protected QueryGrpc.QueryBlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      cosmos.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanResponse currentPlan​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanRequest request)
      CurrentPlan queries the current upgrade plan.
      cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsResponse moduleVersions​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsRequest request)
      ModuleVersions queries the list of module versions from state.
      cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateResponse upgradedConsensusState​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateRequest request)
      Deprecated.
      • Methods inherited from class io.grpc.stub.AbstractBlockingStub

        newStub, newStub
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • currentPlan

        public cosmos.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanResponse currentPlan​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanRequest request)
         CurrentPlan queries the current upgrade plan.
         
      • appliedPlan

        public cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanResponse appliedPlan​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanRequest request)
         AppliedPlan queries a previously applied upgrade plan by its name.
         
      • upgradedConsensusState

        @Deprecated
        public cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateResponse upgradedConsensusState​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateRequest request)
        Deprecated.
         UpgradedConsensusState queries the consensus state that will serve
         as a trusted kernel for the next version of this chain. It will only be
         stored at the last height of this chain.
         UpgradedConsensusState RPC not supported with legacy querier
         This rpc is deprecated now that IBC has its own replacement
         (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54)
         
      • moduleVersions

        public cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsResponse moduleVersions​(cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsRequest request)
         ModuleVersions queries the list of module versions from state.