public class MassTransferTransaction extends TransactionWithProofs
Modifier and Type | Field and Description |
---|---|
static byte |
MASS_TRANSFER |
MAX_PROOF_COUNT, proofs
V1, V2
Constructor and Description |
---|
MassTransferTransaction(PrivateKeyAccount senderPublicKey,
String assetId,
Collection<Transfer> transfers,
long fee,
ByteString attachment,
long timestamp) |
MassTransferTransaction(PublicKeyAccount senderPublicKey,
String assetId,
Collection<Transfer> transfers,
long fee,
ByteString attachment,
long timestamp,
List<ByteString> proofs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAssetId() |
ByteString |
getAttachment() |
byte[] |
getBytes() |
long |
getFee() |
PublicKeyAccount |
getSenderPublicKey() |
long |
getTimestamp() |
Collection<Transfer> |
getTransfers() |
byte |
getType() |
byte |
getVersion() |
int |
hashCode() |
getProofs, setProofs
getId
public static final byte MASS_TRANSFER
public MassTransferTransaction(PublicKeyAccount senderPublicKey, String assetId, Collection<Transfer> transfers, long fee, ByteString attachment, long timestamp, List<ByteString> proofs)
public MassTransferTransaction(PrivateKeyAccount senderPublicKey, String assetId, Collection<Transfer> transfers, long fee, ByteString attachment, long timestamp)
public PublicKeyAccount getSenderPublicKey()
public String getAssetId()
public Collection<Transfer> getTransfers()
public long getFee()
public ByteString getAttachment()
public long getTimestamp()
public byte[] getBytes()
public byte getType()
public byte getVersion()
Copyright © 2019. All rights reserved.