mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 15:37:27 +00:00 
			
		
		
		
	* 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}`| |