public class ReissueTransactionV2 extends TransactionWithProofs implements ReissueTransaction
Modifier and Type | Field and Description |
---|---|
static byte |
REISSUE |
MAX_PROOF_COUNT, proofs
V1, V2
Constructor and Description |
---|
ReissueTransactionV2(PrivateKeyAccount senderPublicKey,
byte chainId,
String assetId,
long quantity,
boolean reissuable,
long fee,
long timestamp) |
ReissueTransactionV2(PublicKeyAccount senderPublicKey,
byte chainId,
String assetId,
long quantity,
boolean reissuable,
long fee,
long timestamp,
List<ByteString> proofs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAssetId() |
byte[] |
getBytes() |
byte |
getChainId() |
long |
getFee() |
long |
getQuantity() |
PublicKeyAccount |
getSenderPublicKey() |
long |
getTimestamp() |
byte |
getType() |
byte |
getVersion() |
int |
hashCode() |
boolean |
isReissuable() |
getProofs, setProofs
getId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getId
public static final byte REISSUE
public ReissueTransactionV2(PublicKeyAccount senderPublicKey, byte chainId, String assetId, long quantity, boolean reissuable, long fee, long timestamp, List<ByteString> proofs)
public ReissueTransactionV2(PrivateKeyAccount senderPublicKey, byte chainId, String assetId, long quantity, boolean reissuable, long fee, long timestamp)
public PublicKeyAccount getSenderPublicKey()
getSenderPublicKey
in interface Signable
getSenderPublicKey
in interface Transaction
public byte getChainId()
public String getAssetId()
getAssetId
in interface ReissueTransaction
public long getQuantity()
getQuantity
in interface ReissueTransaction
public boolean isReissuable()
isReissuable
in interface ReissueTransaction
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.