Class MsgGrpc.MsgImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    MsgGrpc

    public abstract static class MsgGrpc.MsgImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Msg defines the oracle Msg service.
     
    • Constructor Summary

      Constructors 
      Constructor Description
      MsgImplBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void aggregateExchangeRatePrevote​(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevote request, io.grpc.stub.StreamObserver<terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevoteResponse> responseObserver)
      AggregateExchangeRatePrevote defines a method for submitting aggregate exchange rate prevote
      void aggregateExchangeRateVote​(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVote request, io.grpc.stub.StreamObserver<terra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVoteResponse> responseObserver)
      AggregateExchangeRateVote defines a method for submitting aggregate exchange rate vote
      io.grpc.ServerServiceDefinition bindService()  
      void delegateFeedConsent​(terra.oracle.v1beta1.Tx.MsgDelegateFeedConsent request, io.grpc.stub.StreamObserver<terra.oracle.v1beta1.Tx.MsgDelegateFeedConsentResponse> responseObserver)
      DelegateFeedConsent defines a method for setting the feeder delegation
      • Methods inherited from class java.lang.Object

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

      • MsgImplBase

        public MsgImplBase()
    • Method Detail

      • aggregateExchangeRatePrevote

        public void aggregateExchangeRatePrevote​(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevote request,
                                                 io.grpc.stub.StreamObserver<terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevoteResponse> responseObserver)
         AggregateExchangeRatePrevote defines a method for submitting
         aggregate exchange rate prevote
         
      • aggregateExchangeRateVote

        public void aggregateExchangeRateVote​(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVote request,
                                              io.grpc.stub.StreamObserver<terra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVoteResponse> responseObserver)
         AggregateExchangeRateVote defines a method for submitting
         aggregate exchange rate vote
         
      • delegateFeedConsent

        public void delegateFeedConsent​(terra.oracle.v1beta1.Tx.MsgDelegateFeedConsent request,
                                        io.grpc.stub.StreamObserver<terra.oracle.v1beta1.Tx.MsgDelegateFeedConsentResponse> responseObserver)
         DelegateFeedConsent defines a method for setting the feeder delegation
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService