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.

Signature

pub const VALIDATED: felt252 = 370462705988;