prorm API Reference
    Preparing search index...

    Function WORM

    • Decorator to mark a model for WORM storage.

        @WORM({ retentionPeriod: { years: 7 }, tamperEvident: true })
      class FinancialRecord extends Model { ... }

      Parameters

      Returns (target: Function) => void