Package terra.tx.v1beta1
Class ServiceGrpc.ServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ServiceGrpc.ServiceFutureStub>
-
- terra.tx.v1beta1.ServiceGrpc.ServiceFutureStub
-
- Enclosing class:
- ServiceGrpc
public static final class ServiceGrpc.ServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ServiceGrpc.ServiceFutureStub>
Service defines a gRPC service for interacting with transactions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServiceGrpc.ServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<terra.tx.v1beta1.ServiceOuterClass.ComputeTaxResponse>computeTax(terra.tx.v1beta1.ServiceOuterClass.ComputeTaxRequest request)EstimateFee simulates executing a transaction for estimating gas usage.
-
-
-
Method Detail
-
build
protected ServiceGrpc.ServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ServiceGrpc.ServiceFutureStub>
-
computeTax
public com.google.common.util.concurrent.ListenableFuture<terra.tx.v1beta1.ServiceOuterClass.ComputeTaxResponse> computeTax(terra.tx.v1beta1.ServiceOuterClass.ComputeTaxRequest request)
EstimateFee simulates executing a transaction for estimating gas usage.
-
-