Feegrant
The feegrant
module is responsible for allowing accounts to grant fee allowances and to use fees from their accounts. Grantees can execute any transaction without the need to maintain sufficient fees.
For more information, visit https://docs.cosmos.network/main/modules/feegrant/
Message Types
Msg
defines the feegrant msg service.
MsgGrantAllowance
MsgGrantAllowance
adds permission for Grantee to spend up to Allowance of fees from the account of Granter.
MsgGrantAllowanceResponse
MsgGrantAllowanceResponse
defines the Msg/GrantAllowanceResponse
response type.
MsgRevokeAllowance
MsgRevokeAllowance
removes any existing Allowance from Granter to Grantee.
MsgRevokeAllowanceResponse
MsgRevokeAllowanceResponse
defines the Msg/RevokeAllowanceResponse
response type.
Queries
Query
defines the gRPC querier service.
QueryAllowanceRequest
QueryAllowanceRequest
is the request type for the Query/Allowance RPC method.
QueryAllowanceResponse
QueryAllowanceResponse
is the response type for the Query/Allowance
RPC method.
QueryAllowancesRequest
QueryAllowancesRequest
is the request type for the Query/Allowances
RPC method.
QueryAllowancesResponse
QueryAllowancesResponse
is the response type for the Query/Allowances
RPC method.
QueryAllowancesByGranterRequest
QueryAllowancesByGranterRequest
is the request type for the Query/AllowancesByGranter
RPC method.
QueryAllowancesByGranterResponse
QueryAllowancesByGranterResponse
is the response type for the Query/AllowancesByGranter
RPC method.