Package cosmos.feegrant.v1beta1
Class MsgGrpc.MsgImplBase
- java.lang.Object
-
- cosmos.feegrant.v1beta1.MsgGrpc.MsgImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- MsgGrpc
public abstract static class MsgGrpc.MsgImplBase extends java.lang.Object implements io.grpc.BindableServiceMsg 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.ServerServiceDefinitionbindService()voidgrantAllowance(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.voidrevokeAllowance(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.
-
-
-
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:
bindServicein interfaceio.grpc.BindableService
-
-