Type Alias zebra_rpc::methods::trees::SubtreeRpcData

source ·
pub type SubtreeRpcData = NoteCommitmentSubtreeData<String>;
Expand description

A subtree data type that can hold Sapling or Orchard subtree roots.

Aliased Type§

struct SubtreeRpcData {
    pub root: String,
    pub end_height: Height,
}

Fields§

§root: String

Merkle root of the 2^16-leaf subtree.

§end_height: Height

Height of the block containing the note that completed this subtree.