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