github.com/Finschia/finschia-sdk@v0.49.1/x/feegrant/spec/04_events.md (about) 1 <!-- 2 order: 4 3 --> 4 5 # Events 6 7 The feegrant module emits the following events: 8 9 # Msg Server 10 11 ### MsgGrantAllowance 12 13 | Type | Attribute Key | Attribute Value | 14 |--------------|---------------|------------------| 15 | set_feegrant | granter | {granterAddress} | 16 | set_feegrant | grantee | {granteeAddress} | 17 18 ### MsgRevokeAllowance 19 20 | Type | Attribute Key | Attribute Value | 21 |-----------------|---------------|------------------| 22 | revoke_feegrant | granter | {granterAddress} | 23 | revoke_feegrant | grantee | {granteeAddress} | 24 25 ## Exec fee allowance 26 27 | Type | Attribute Key | Attribute Value | 28 |--------------|---------------|------------------| 29 | use_feegrant | granter | {granterAddress} | 30 | use_feegrant | grantee | {granteeAddress} |