VALIDATED
The expected return value of the __validate__
function in account contracts.This constant is used to indicate that a transaction validation was successful. Account contracts must return this value from their __validate__
function to signal that the transaction should proceed.
Fully qualified path: core::starknet::VALIDATED
pub const VALIDATED: felt252 = 'VALID';