public class IssueTx extends Object
| Modifier and Type | Field and Description |
|---|---|
byte |
chainId |
int |
decimals |
String |
description |
long |
fee |
String |
feeAssetId |
String |
id |
String |
name |
List<String> |
proofs |
long |
quantity |
boolean |
reissuable |
String |
script |
String |
sender |
String |
senderPublicKey |
long |
timestamp |
int |
type |
int |
version |
| Constructor and Description |
|---|
IssueTx() |
public int type
public int version
public byte chainId
public String id
public String senderPublicKey
public String sender
public String name
public String description
public long quantity
public int decimals
public boolean reissuable
public String script
public long fee
public String feeAssetId
public long timestamp
Copyright © 2019. All rights reserved.