pub comptime fn nophasecheck(f: FunctionDefinition)
A no-phase-check function will allow transitioning from the non-revertible to the revertible phase during its execution.
This is an advanced feature that is typically only required for account contract entrypoints that handle transaction fee payment.
A no-phase-check function will allow transitioning from the non-revertible to the revertible phase during its execution.
This is an advanced feature that is typically only required for account contract entrypoints that handle transaction fee payment.