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