> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::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.

## Signature

```rust theme={null}
pub const VALIDATED: felt252 = 370462705988;
```
