mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
9e7686673e
* feat: add liquid module spec * add codeblock languages for syntax highlighting --------- Co-authored-by: Robert Pirtle <astropirtle@gmail.com>
25 lines
892 B
Markdown
25 lines
892 B
Markdown
<!--
|
|
order: 4
|
|
-->
|
|
|
|
# Events
|
|
|
|
The `x/liquid` module emits the following events:
|
|
|
|
## MsgMintDerivative
|
|
|
|
| Type | Attribute Key | Attribute Value |
|
|
| --------------- | ----------------- | ------------------ |
|
|
| mint_derivative | delegator | `{delegator address}` |
|
|
| mint_derivative | validator | `{validator address}` |
|
|
| mint_derivative | amount | `{amount}` |
|
|
| mint_derivative | shares_transferred| `{shares transferred}`|
|
|
|
|
## MsgBurnDerivative
|
|
|
|
| Type | Attribute Key | Attribute Value |
|
|
| --------------- | ----------------- | ------------------ |
|
|
| burn_derivative | delegator | `{delegator address}` |
|
|
| burn_derivative | validator | `{validator address}` |
|
|
| burn_derivative | amount | `{amount}` |
|
|
| burn_derivative | shares_transferred| `{shares transferred}`| |