Re-exports§
pub use hdk_extensions::hdi;pub use hdk_extensions::holo_hash;pub use hdk_extensions::hdk;pub use hdk_extensions::hdi_extensions;pub use hdk_extensions;
Macros§
- common_
fields - Auto-implement the
CommonFieldstrait
Structs§
- Claim
Entry - An entry struct for making a claim about a Merkle tree
- Create
Tree Input - Input required for creating a tree entry
- Data
Blocks Entry - An entry struct for storing the leaf data blocks that were used to create a tree
- GetLeaf
Proof Input - Input required for getting a leaf proof
- Leaf
Data Block - The piece of data that a Merkle Tree leaf represents
- Leaf
Input - Input required for a leaf data block
- Leaf
Proof Payload - All the information required to verify a leaf
- Tree
Entry - An entry struct that represents a Merkle tree
- Verify
Leaf Proof Input - Input required for verifying a single leaf proof
Traits§
- Common
Fields - Common fields that are expected on some entry structs