Name | Type | Description | Notes |
---|---|---|---|
issue_address | str | Address issuing the token | |
amount | float | Number of tokens to issue | |
divisibility | float | Number of decimal places the token should be divisble by (0-7) | |
fee | float | Fee in satoshi to include in the issuance transaction min 1000000000 (10 NEBL) | |
reissuable | bool | whether the token should be reissuable | |
flags | IssueTokenRequestFlags | [optional] | |
transfer | list[IssueTokenRequestTransfer] | ||
metadata | IssueTokenRequestMetadata | [optional] |