pub trait AccountContractDispatcherTrait
starknet::VALIDATED
if the account is willing to pay
for the declaration.
fn __validate_declare__(self: T, class_hash: felt252) -> felt252
starknet::VALIDATED
if the account is willing to pay
for the execution, in which case __execute__
will be called on the same set of calls.
fn __validate__(self: T, calls: Array) -> felt252
__validate__
entry point.
fn __execute__(self: T, calls: Array) -> Array>