public class IssueTransactionV1 extends TransactionWithSignature implements IssueTransaction
Modifier and Type | Field and Description |
---|---|
static byte |
ISSUE |
signature
V1, V2
Constructor and Description |
---|
IssueTransactionV1(PrivateKeyAccount senderPublicKey,
String name,
String description,
long quantity,
byte decimals,
boolean reissuable,
long fee,
long timestamp) |
IssueTransactionV1(PublicKeyAccount senderPublicKey,
String name,
String description,
long quantity,
byte decimals,
boolean reissuable,
long fee,
long timestamp,
ByteString signature) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getBytes() |
byte |
getDecimals() |
String |
getDescription() |
long |
getFee() |
String |
getName() |
long |
getQuantity() |
PublicKeyAccount |
getSenderPublicKey() |
long |
getTimestamp() |
byte |
getType() |
byte |
getVersion() |
int |
hashCode() |
boolean |
isReissuable() |
getSignature, verifySignature
getId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getId
public static final byte ISSUE
public IssueTransactionV1(PrivateKeyAccount senderPublicKey, String name, String description, long quantity, byte decimals, boolean reissuable, long fee, long timestamp)
public IssueTransactionV1(PublicKeyAccount senderPublicKey, String name, String description, long quantity, byte decimals, boolean reissuable, long fee, long timestamp, ByteString signature)
public PublicKeyAccount getSenderPublicKey()
getSenderPublicKey
in interface Signable
getSenderPublicKey
in interface Transaction
public String getName()
getName
in interface IssueTransaction
public String getDescription()
getDescription
in interface IssueTransaction
public long getQuantity()
getQuantity
in interface IssueTransaction
public byte getDecimals()
getDecimals
in interface IssueTransaction
public boolean isReissuable()
isReissuable
in interface IssueTransaction
public long getFee()
getFee
in interface Transaction
public long getTimestamp()
getTimestamp
in interface Transaction
public byte getType()
getType
in interface Transaction
public byte getVersion()
getVersion
in interface Transaction
Copyright © 2019. All rights reserved.