MCPcopy Create free account
hub / github.com/BitVM/BitVM / BitcoinMerkleTree

Class BitcoinMerkleTree

final-spv/src/merkle_tree.rs:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Debug, Clone)]
13pub struct BitcoinMerkleTree {
14 nodes: Vec<Vec<[u8; 32]>>,
15}
16
17impl BitcoinMerkleTree {
18 /// Constructs a standard Bitcoin Merkle tree.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected