Package terra.oracle.v1beta1
Class MsgGrpc.MsgBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
-
- terra.oracle.v1beta1.MsgGrpc.MsgBlockingStub
-
- Enclosing class:
- MsgGrpc
public static final class MsgGrpc.MsgBlockingStub extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
Msg defines the oracle Msg service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevoteResponseaggregateExchangeRatePrevote(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevote request)AggregateExchangeRatePrevote defines a method for submitting aggregate exchange rate prevoteterra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVoteResponseaggregateExchangeRateVote(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVote request)AggregateExchangeRateVote defines a method for submitting aggregate exchange rate voteprotected MsgGrpc.MsgBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)terra.oracle.v1beta1.Tx.MsgDelegateFeedConsentResponsedelegateFeedConsent(terra.oracle.v1beta1.Tx.MsgDelegateFeedConsent request)DelegateFeedConsent defines a method for setting the feeder delegation
-
-
-
Method Detail
-
build
protected MsgGrpc.MsgBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MsgGrpc.MsgBlockingStub>
-
aggregateExchangeRatePrevote
public terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevoteResponse aggregateExchangeRatePrevote(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRatePrevote request)
AggregateExchangeRatePrevote defines a method for submitting aggregate exchange rate prevote
-
aggregateExchangeRateVote
public terra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVoteResponse aggregateExchangeRateVote(terra.oracle.v1beta1.Tx.MsgAggregateExchangeRateVote request)
AggregateExchangeRateVote defines a method for submitting aggregate exchange rate vote
-
delegateFeedConsent
public terra.oracle.v1beta1.Tx.MsgDelegateFeedConsentResponse delegateFeedConsent(terra.oracle.v1beta1.Tx.MsgDelegateFeedConsent request)
DelegateFeedConsent defines a method for setting the feeder delegation
-
-