Class MsgGrpc.MsgImplBase

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

    public abstract static class MsgGrpc.MsgImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Msg defines the feegrant msg service.
     
    • Constructor Summary

      Constructors 
      Constructor Description
      MsgImplBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      void grantAllowance​(cosmos.feegrant.v1beta1.Tx.MsgGrantAllowance request, io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.Tx.MsgGrantAllowanceResponse> responseObserver)
      GrantAllowance grants fee allowance to the grantee on the granter's account with the provided expiration time.
      void revokeAllowance​(cosmos.feegrant.v1beta1.Tx.MsgRevokeAllowance request, io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.Tx.MsgRevokeAllowanceResponse> responseObserver)
      RevokeAllowance revokes any fee allowance of granter's account that has been granted to the grantee.
      • Methods inherited from class java.lang.Object

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

      • MsgImplBase

        public MsgImplBase()
    • Method Detail

      • grantAllowance

        public void grantAllowance​(cosmos.feegrant.v1beta1.Tx.MsgGrantAllowance request,
                                   io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.Tx.MsgGrantAllowanceResponse> responseObserver)
         GrantAllowance grants fee allowance to the grantee on the granter's
         account with the provided expiration time.
         
      • revokeAllowance

        public void revokeAllowance​(cosmos.feegrant.v1beta1.Tx.MsgRevokeAllowance request,
                                    io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.Tx.MsgRevokeAllowanceResponse> responseObserver)
         RevokeAllowance revokes any fee allowance of granter's account that
         has been granted to the grantee.
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService