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

Decodes a data structure from a byte array.