| Modifier and Type | Field and Description |
|---|---|
String |
compiledScript |
byte |
decimals |
String |
description |
long |
fee |
boolean |
isReissuable |
String |
name |
long |
quantity |
Account |
sender |
| Modifier and Type | Method and Description |
|---|---|
long |
calcFee() |
IssueNft |
description(String description) |
IssueNft |
fee(long fee) |
static IssueNft |
issueNft(Account from) |
IssueNft |
name(String name) |
IssueNft |
script(String sourceCode) |
public Account sender
public String name
public String description
public long quantity
public byte decimals
public boolean isReissuable
public String compiledScript
public long fee
public IssueNft(Account from)
public IssueNft fee(long fee)
Copyright © 2019. All rights reserved.