__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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
__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;
Was this page helpful?