public class TransactionAndWitnessProof
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
blockHash |
MerkleProof |
transactionsProof |
MerkleProof |
witnessesProof |
| Constructor and Description |
|---|
TransactionAndWitnessProof(byte[] blockHash,
MerkleProof transactions_proof,
MerkleProof witnessesProof) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public byte[] blockHash
public MerkleProof transactionsProof
public MerkleProof witnessesProof
public TransactionAndWitnessProof(byte[] blockHash,
MerkleProof transactions_proof,
MerkleProof witnessesProof)