SolAbiEncodeByteArray

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeByteArray

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

Impl functions

encode

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeByteArray::encode

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

encode_packed

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

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