pub async fn create_empty_root<H: Hasher, S: Storage + Sync + Send>(
    storage: &S,
    ep: Option<u64>,
    least_descendant_ep: Option<u64>
) -> Result<TreeNode, StorageError>
Expand description

Create an empty root node.