SolAbiEncodeFelt252

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeFelt252

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

Impl functions

encode

Fully qualified path: alexandria_encoding::sol_abi::encode::SolAbiEncodeFelt252::encode

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

encode_packed

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

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