EthAccountABIDispatcherTrait
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait
Part of the group: dispatchers
pub trait EthAccountABIDispatcherTrait<T>
Trait functions
execute
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::execute
fn __execute__(self: T, calls: Array<Call>)
validate
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::validate
fn __validate__(self: T, calls: Array<Call>) -> felt252
is_valid_signature
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::is_valid_signature
fn is_valid_signature(self: T, hash: felt252, signature: Array<felt252>) -> felt252
supports_interface
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::supports_interface
fn supports_interface(self: T, interface_id: felt252) -> bool
validate_declare
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::validate_declare
fn __validate_declare__(self: T, class_hash: felt252) -> felt252
validate_deploy
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::validate_deploy
fn __validate_deploy__(
self: T, class_hash: felt252, contract_address_salt: felt252, public_key: Secp256k1Point,
) -> felt252
get_public_key
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::get_public_key
fn get_public_key(self: T) -> Secp256k1Point
set_public_key
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::set_public_key
fn set_public_key(self: T, new_public_key: Secp256k1Point, signature: Span<felt252>)
isValidSignature
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::isValidSignature
fn isValidSignature(self: T, hash: felt252, signature: Array<felt252>) -> felt252
getPublicKey
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::getPublicKey
fn getPublicKey(self: T) -> Secp256k1Point
setPublicKey
Fully qualified path: openzeppelin_interfaces::account::accounts::EthAccountABIDispatcherTrait::setPublicKey
fn setPublicKey(self: T, newPublicKey: Secp256k1Point, signature: Span<felt252>)