SolAbiDecodeU16

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeU16

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

Impl functions

decode

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeU16::decode

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