SolAbiEncodeAsBytes
Encode as from bytes types Bytes are encoded as byteSize
bytes, which are left-aligned/right-padded.
Fully qualified path: alexandria_encoding::sol_abi::encode_as::SolAbiEncodeAsBytes
#![allow(unused)] fn main() { pub impl SolAbiEncodeAsBytes of SolAbiEncodeAsTrait<Bytes> }
Impl functions
encode_as
Fully qualified path: alexandria_encoding::sol_abi::encode_as::SolAbiEncodeAsBytes::encode_as
#![allow(unused)] fn main() { fn encode_as(mut self: Bytes, byteSize: usize, x: Bytes) -> Bytes }