__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.
pub const VALIDATED: felt252 = 370462705988;