SolAbiEncodeU128
Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU128
#![allow(unused)] fn main() { pub impl SolAbiEncodeU128 of SolAbiEncodeTrait<u128> }
Impl functions
encode
Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU128::encode
#![allow(unused)] fn main() { fn encode(mut self: Bytes, x: u128) -> Bytes }
encode_packed
Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU128::encode_packed
#![allow(unused)] fn main() { fn encode_packed(mut self: Bytes, x: u128) -> Bytes }