SolAbiEncodeBytes31

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeBytes31

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

Impl functions

encode

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeBytes31::encode

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

encode_packed

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

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