pub type SubtreeRpcData = NoteCommitmentSubtreeData<String>;Expand description
A subtree data type that can hold Sapling or Orchard subtree roots.
Aliased Type§
pub struct SubtreeRpcData {
pub root: String,
pub end_height: Height,
}Fields§
§root: StringMerkle root of the 2^16-leaf subtree.
end_height: HeightHeight of the block containing the note that completed this subtree.