Struct noah_api::anon_xfr::structs::MerklePathVars
source · pub struct MerklePathVars {
pub nodes: Vec<MerkleNodeVars>,
}Expand description
The allocated variables for a Merkle tree path.
Fields§
§nodes: Vec<MerkleNodeVars>The list of allocated Merkle tree nodes.