SolAbiEncodeU256

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU256

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

Impl functions

encode

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeU256::encode

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

encode_packed

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

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