pub fn scrypto_decode<T>(buf: &[u8]) -> Result<T, DecodeError>where
    T: ScryptoDecode,
Expand description

Decodes a data structure from a byte array.