pub trait AccountContractSafeDispatcherTrait
starknet::VALIDATED
if the account is willing to pay
for the declaration.
fn __validate_declare__(self: T, class_hash: felt252) -> Result>
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) -> Result>
__validate__
entry point.
fn __execute__(self: T, calls: Array) -> Result>, Array>