Auth Mode
Authorization mode for simulation.
Controls how authorization entries are handled during simulation:
ENFORCE: Requires existing auth entries to be valid. Use for transactions with pre-populated auth.
RECORD: Records new auth entries. Fails if any auth already exists. Use for initial transaction preparation.
RECORD_ALLOW_NONROOT: Like RECORD, but allows non-root authorization. Use for complex auth scenarios.
If unset, defaults to ENFORCE if auth entries are present, RECORD otherwise.
See also
Entries
Like RECORD, but allowing non-root authorization. Useful for testing complex authorization scenarios.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.