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