pub enum V1 {}
Expand description

Version 1 of the Zcash chain history tree.

This version was used for the Heartwood and Canopy epochs.

Trait Implementations

The node data for this tree version.

Returns the consensus branch ID for the given node data.

Returns the start height for the given node data.

Returns the end height for the given node data.

Combines two nodes metadata. Read more

Parses node data from the given reader.

Writes the byte representation of the given node data to the given writer.

Combines two nodes’ metadata.

Converts to byte representation.

Convert from byte representation.

Hash node metadata

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.