SolAbiDecodeU128

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeU128

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

Impl functions

decode

Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeU128::decode

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