Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 947 Bytes

IssueTokenRequest.md

File metadata and controls

17 lines (13 loc) · 947 Bytes

IssueTokenRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]