package cosmos.feegrant.v1beta1

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

service Msg

tx.proto:13

Msg defines the feegrant msg service.

service Query

query.proto:13

Query defines the gRPC querier service.

message AllowedMsgAllowance

feegrant.proto:71

AllowedMsgAllowance creates allowance only for specified message types.

message BasicAllowance

feegrant.proto:17

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

Used in: PeriodicAllowance

message GenesisState

genesis.proto:12

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

message Grant

feegrant.proto:84

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

Used in: GenesisState, QueryAllowanceResponse, QueryAllowancesByGranterResponse, QueryAllowancesResponse

message PeriodicAllowance

feegrant.proto:36

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