Package terra.tx.v1beta1
Class ServiceGrpc.ServiceImplBase
- java.lang.Object
-
- terra.tx.v1beta1.ServiceGrpc.ServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ServiceGrpc
public abstract static class ServiceGrpc.ServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService defines a gRPC service for interacting with transactions.
-
-
Constructor Summary
Constructors Constructor Description ServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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
-
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.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-