mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
18 lines
491 B
Markdown
18 lines
491 B
Markdown
<!--
|
|
order: 4
|
|
-->
|
|
|
|
# Events
|
|
|
|
The `x/incentive` module emits the following events:
|
|
|
|
## ClaimReward
|
|
|
|
| Type | Attribute Key | Attribute Value |
|
|
| ------------ | ------------- | -------------------- |
|
|
| claim_reward | claimed_by | `{claiming address}' |
|
|
| claim_reward | claim_amount | `{amount claimed}' |
|
|
| claim_reward | claim_type | `{amount claimed}' |
|
|
| message | module | incentive |
|
|
| message | sender | claim_reward |
|