ProofRoot

data class ProofRoot(val subtreeRoot: Sha256Hash, val root: Sha256Hash)

Result of computeProofRoot: the root the supplied base hashes and proofLayers uncle hashes fold up to, plus the subtreeRoot (the root of just the base-hash subtree, i.e. the node the uncle hashes prove).

Constructors

Link copied to clipboard
constructor(subtreeRoot: Sha256Hash, root: Sha256Hash)

Properties

Link copied to clipboard
Link copied to clipboard