| 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() |
Issue |
decimals(int value) |
Issue |
description(String description) |
Issue |
fee(long fee) |
static Issue |
issue(Account from) |
Issue |
name(String name) |
Issue |
notReissuable() |
Issue |
quantity(long quantity) |
Issue |
reissuable() |
Issue |
reissuable(boolean isReissuable) |
Issue |
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 Issue(Account from)
Copyright © 2019. All rights reserved.