Derive Macro tree_hash_derive::TreeHash

source ·
#[derive(TreeHash)]
{
    // Attributes available to this derive:
    #[tree_hash]
}
Expand description

Implements tree_hash::TreeHash for some struct.

Fields are hashed in the order they are defined.