SolAbiDecodeU32

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeU32

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

Impl functions

decode

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeU32::decode

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