Skip to main content

batch_from_binary

Function batch_from_binary 

Source
pub fn batch_from_binary(
    bytes: &[u8],
) -> Result<Vec<TLExpr>, ExprSerializeError>
Expand description

Deserialize multiple expressions from a batch binary blob.