public abstract static class ServiceGrpc.ServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
Service defines a gRPC service for interacting with transactions.
| Constructor and Description |
|---|
ServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
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.
|
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService