IDeclarerDispatcherTrait
Fully qualified path: openzeppelin_interfaces::account::accounts::IDeclarerDispatcherTrait
Part of the group: dispatchers
pub trait IDeclarerDispatcherTrait<T>
Trait functions
validate_declare
Validates a transaction before declaration.
This function is used by the protocol to verify declare transactions.
Returns the short string ‘VALID’ if valid, otherwise it reverts.
Fully qualified path: openzeppelin_interfaces::account::accounts::IDeclarerDispatcherTrait::validate_declare
fn __validate_declare__(self: T, class_hash: felt252) -> felt252