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