pub struct NodeDataV2 {
pub v1: NodeData,
pub start_orchard_root: [u8; 32],
pub end_orchard_root: [u8; 32],
pub orchard_tx: u64,
}Expand description
V2 node metadata.
Fields§
§v1: NodeDataThe V1 node data retained in V2.
start_orchard_root: [u8; 32]Start Orchard tree root.
end_orchard_root: [u8; 32]End Orchard tree root.
orchard_tx: u64Number of Orchard transactions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V2
impl RefUnwindSafe for V2
impl Send for V2
impl Sync for V2
impl Unpin for V2
impl UnsafeUnpin for V2
impl UnwindSafe for V2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more