List of operations allowed to bypass the block enforcement logic.
EARMARK_RELEASE: Release an earmark even when an operation block is active.
EARMARK_UPDATE: Update an earmark (set amount, increase, or decrease) while the account is blocked by an operation block.
PAYMENT_DEBIT: Execute a debit transaction while the account is blocked by an operation block.
PAYMENT_CREDIT: Execute a credit transaction while the account is blocked by an operation block.
PAYMENT_CONFIRM: Confirm a value transaction while the account is blocked by an operation block.
PAYMENT_CANCEL: Cancel an existing transaction while the account is blocked by an operation block.
ACCOUNT_STATUS_UPDATE: Change the account status and the associated status reason.
CHECK_POST: Post a check while the account is blocked by an operation block.
CHECK_RELEASE: Release an uncleared check or operation while the account is blocked by an operation block.
CHECK_CANCEL: Cancel an existing check while the account is blocked by an operation block.
RESTRICTED_FUNDS_CREATE: Hold a specified amount by transferring it from the available balance to restricted funds.
RESTRICTED_FUNDS_RELEASE: Release restricted funds from hold. This transfers funds from restricted funds back to available balance.