package cosmos.feegrant.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:12

Msg defines the feegrant msg service.

service Query

query.proto:12

Query defines the gRPC querier service.

message AllowedMsgAllowance

feegrant.proto:57

AllowedMsgAllowance creates allowance only for specified message types.

message BasicAllowance

feegrant.proto:16

BasicAllowance implements Allowance with a one-time grant of tokens that optionally expires. The grantee can use up to SpendLimit to cover fees.

Used in: PeriodicAllowance

message GenesisState

genesis.proto:11

GenesisState contains a set of fee allowances, persisted from the store

message Grant

feegrant.proto:69

Grant is stored in the KVStore to record a grant with full context

Used in: GenesisState, QueryAllowanceResponse, QueryAllowancesByGranterResponse, QueryAllowancesResponse

message PeriodicAllowance

feegrant.proto:31

PeriodicAllowance extends Allowance to allow for both a maximum cap, as well as a limit per time period.