public class UnknownTransaction extends TransactionWithSignature
signature
V1, V2
Constructor and Description |
---|
UnknownTransaction(PublicKeyAccount senderPublicKey,
long timestamp,
long fee,
ByteString signature,
ByteString id,
byte version,
byte type) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
long |
getFee() |
ByteString |
getId()
Transaction ID.
|
PublicKeyAccount |
getSenderPublicKey() |
long |
getTimestamp() |
byte |
getType() |
byte |
getVersion() |
getSignature, verifySignature
public UnknownTransaction(PublicKeyAccount senderPublicKey, long timestamp, long fee, ByteString signature, ByteString id, byte version, byte type)
public ByteString getId()
Transaction
getId
in interface Transaction
getId
in class TransactionWithBytesHashId
public byte[] getBytes()
public PublicKeyAccount getSenderPublicKey()
public long getTimestamp()
public long getFee()
public byte getVersion()
public byte getType()
Copyright © 2019. All rights reserved.