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