SolAbiEncodeU64

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU64

#![allow(unused)]
fn main() {
pub impl SolAbiEncodeU64 of SolAbiEncodeTrait<u64>
}

Impl functions

encode

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU64::encode

#![allow(unused)]
fn main() {
fn encode(mut self: Bytes, x: u64) -> Bytes
}

encode_packed

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU64::encode_packed

#![allow(unused)]
fn main() {
fn encode_packed(mut self: Bytes, x: u64) -> Bytes
}