SolAbiDecodeByteArray

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeByteArray

#![allow(unused)]
fn main() {
pub impl SolAbiDecodeByteArray of SolAbiDecodeTrait<ByteArray>
}

Impl functions

decode

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeByteArray::decode

#![allow(unused)]
fn main() {
fn decode(self: @Bytes, ref offset: usize) -> ByteArray
}