cosmos-sdk/x/feegrant/spec/04_events.md

915 B

Events

The feegrant module emits the following events:

Msg Server

MsgGrantAllowance

Type Attribute Key Attribute Value
message action set_feegrant
message granter {granterAddress}
message grantee {granteeAddress}

MsgRevokeAllowance

Type Attribute Key Attribute Value
message action revoke_feegrant
message granter {granterAddress}
message grantee {granteeAddress}

Exec fee allowance

Type Attribute Key Attribute Value
message action use_feegrant
message granter {granterAddress}
message grantee {granteeAddress}