public abstract static class MsgGrpc.MsgImplBase
extends java.lang.Object
implements io.grpc.BindableService
Msg defines the feegrant msg service.
| Constructor and Description |
|---|
MsgImplBase() |
| Modifier and Type | Method and 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.
|
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.
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService