IDeclarer
Fully qualified path: openzeppelin_interfaces::account::accounts::IDeclarer
pub trait IDeclarer<TState>
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::IDeclarer::validate_declare
fn __validate_declare__(self: @TState, class_hash: felt252) -> felt252