0g-chain/x/liquid/spec/04_events.md
Kevin Davis 9e7686673e
feat: add liquid module spec (#1484)
* feat: add liquid module spec

* add codeblock languages for syntax highlighting

---------

Co-authored-by: Robert Pirtle <astropirtle@gmail.com>
2023-03-06 17:32:52 -07:00

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}`|