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.
tx.proto
MsgGrantAllowance
MsgGrantAllowance
adds permission for Grantee to spend up to Allowance of fees from the account of Granter.
tx.proto
MsgGrantAllowanceResponse
MsgGrantAllowanceResponse
defines the Msg/GrantAllowanceResponse
response type.
tx.proto
MsgRevokeAllowance
MsgRevokeAllowance
removes any existing Allowance from Granter to Grantee.
tx.proto
MsgRevokeAllowanceResponse
MsgRevokeAllowanceResponse
defines the Msg/RevokeAllowanceResponse
response type.
tx.proto
Queries
Query
defines the gRPC querier service.
query.proto
QueryAllowanceRequest
QueryAllowanceRequest
is the request type for the Query/Allowance RPC method.
query.proto
QueryAllowanceResponse
QueryAllowanceResponse
is the response type for the Query/Allowance
RPC method.
query.proto
QueryAllowancesRequest
QueryAllowancesRequest
is the request type for the Query/Allowances
RPC method.
query.proto
QueryAllowancesResponse
QueryAllowancesResponse
is the response type for the Query/Allowances
RPC method.
query.proto
QueryAllowancesByGranterRequest
QueryAllowancesByGranterRequest
is the request type for the Query/AllowancesByGranter
RPC method.
query.proto
QueryAllowancesByGranterResponse
QueryAllowancesByGranterResponse
is the response type for the Query/AllowancesByGranter
RPC method.
query.proto