Skip to main content

deserialize_v6_orchard_shielded_data

Function deserialize_v6_orchard_shielded_data 

Source
fn deserialize_v6_orchard_shielded_data<R, T>(
    reader: R,
) -> Result<Option<ShieldedData>, SerializationError>
where R: Read, T: V6FlagCodec,
Expand description

Deserializes the shared Orchard-protocol bundle body of a v6 bundle newtype T, using the flag codec implied by T rather than one named at the call site.