pub comptime fn allow_phase_change(f: FunctionDefinition)
An allow_phase_change 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.
An allow_phase_change 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.