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