SolAbiDecodeBytes
Decode byte types
Bytes are decoded by reading 32 bytes from the offset
Bytes encoding is left-aligned/right-paddded
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeBytes
pub impl SolAbiDecodeBytes of SolAbiDecodeTrait<Bytes>;
Impl functions
decode
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeBytes::decode
fn decode(self: @Bytes, ref offset: u32) -> Bytes