IEthDeployableDispatcherTrait
Fully qualified path: openzeppelin_interfaces::account::accounts::IEthDeployableDispatcherTrait
Part of the group: dispatchers
pub trait IEthDeployableDispatcherTrait<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::IEthDeployableDispatcherTrait::validate_deploy
fn __validate_deploy__(
self: T, class_hash: felt252, contract_address_salt: felt252, public_key: Secp256k1Point,
) -> felt252