Class ServiceGrpc.ServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    ServiceGrpc

    public abstract static class ServiceGrpc.ServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service 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.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceImplBase

        public ServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService