MerkleProof<T> constructor
const
MerkleProof<T> ({})
Implementation
const MerkleProof({
required this.hashes,
required this.directions,
required this.leafIndex,
required this.totalLeaves,
});