MerkleTreePath
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.16.0
@midnight-ntwrk/compact-runtime / MerkleTreePath
Interface: MerkleTreePath<A>
Merkle 트리 포함을 증명하는 경로입니다. 동일한 이름의 Compact 타입에 대한 TypeScript 표현입니다.
Type Parameters
A
A
Properties
leaf
readonly leaf: A;
path
readonly path: MerkleTreePathEntry[];