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