IEthDeployableSafeDispatcherTrait
Fully qualified path: openzeppelin_interfaces::account::accounts::IEthDeployableSafeDispatcherTrait
Part of the group: dispatchers
pub trait IEthDeployableSafeDispatcherTrait<T>
Trait functions
validate_deploy
Validates a transaction before deployment.
This function is used by the protocol to verify deploy_account transactions.
Returns the short string ‘VALID’ if valid, otherwise it reverts.
Fully qualified path: openzeppelin_interfaces::account::accounts::IEthDeployableSafeDispatcherTrait::validate_deploy
fn __validate_deploy__(
self: T, class_hash: felt252, contract_address_salt: felt252, public_key: Secp256k1Point,
) -> Result<felt252, Array<felt252>>