Function breez_sdk_liquid::bitcoin::consensus::deserialize

pub fn deserialize<T>(data: &[u8]) -> Result<T, Error>
where T: Decodable,
Expand description

Deserialize an object from a vector, will error if said deserialization doesn’t consume the entire vector.