public abstract class TransactionWithProofs extends TransactionWithBytesHashId
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PROOF_COUNT |
protected List<ByteString> |
proofs |
V1, V2
Constructor and Description |
---|
TransactionWithProofs() |
Modifier and Type | Method and Description |
---|---|
List<ByteString> |
getProofs() |
protected void |
setProofs(List<ByteString> proofs) |
getId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFee, getSenderPublicKey, getTimestamp, getType, getVersion
public static final int MAX_PROOF_COUNT
protected List<ByteString> proofs
protected void setProofs(List<ByteString> proofs)
public List<ByteString> getProofs()
Copyright © 2019. All rights reserved.