Trait starknet_accounts::ExecutionEncoder
source · pub trait ExecutionEncoder {
// Required method
fn encode_calls(&self, calls: &[Call]) -> Vec<FieldElement>;
}pub trait ExecutionEncoder {
// Required method
fn encode_calls(&self, calls: &[Call]) -> Vec<FieldElement>;
}