mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 00:27:41 +00:00 
			
		
		
		
	* wip: issuance module * add keeper and module methods * add begin blocker * add client * update events * add simulations * ignore v0.8 migration tests for now * ignore migration tests in ci * add test suite * update spec to match implementation details * add unblock method * address review comments * fix typos
		
			
				
	
	
	
		
			1.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.3 KiB
		
	
	
	
	
	
	
	
Parameters
The issuance module has the following parameters:
| Key | Type | Example | Description | 
|---|---|---|---|
| Assets | array (Asset) | [{see below}] | 
array of assets created via issuance module | 
Each Asset has the following parameters
| Key | Type | Example | Description | 
|---|---|---|---|
| Owner | sdk.AccAddress | "kava1cd8z53n7gh2hvz0lmmkzxkysfp5pghufat3h4a" | the address that controls the issuance of the asset | 
| Denom | string | "usdtoken" | the denomination or exchange symbol of the asset | 
| BlockedAccounts | array (sdk.AccAddress) | ["kava1tp9u8t8ang53a8tjh2mhqvvwdngqzjvmp3mamc"] | addresses which are blocked from holding the asset | 
| Paused | boolean | false | boolean for if issuance and redemption are paused |