SolAbiDecodeBytes31
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeBytes31
#![allow(unused)] fn main() { pub impl SolAbiDecodeBytes31 of SolAbiDecodeTrait<bytes31> }
Impl functions
decode
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeBytes31::decode
#![allow(unused)] fn main() { fn decode(self: @Bytes, ref offset: usize) -> bytes31 }