SolAbiEncodeEthAddress

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeEthAddress

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

Impl functions

encode

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeEthAddress::encode

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

encode_packed

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

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