@sovereignbase/sequencer
    Preparing search index...

    Function create

    • Reconstructs an independently maintained Replica without replaying history.

      Transfers the ordered materialized prefix and detached pending suffix in one buffer copy. Native initialization restores structural links, lookup tables, counters, and Footage positions, including retained soft-masked content.

      Type Parameters

      • T

        Consumer-owned value represented by one Frame.

      Parameters

      • Optionaldata: unknown

        Optional trusted Delta; omitted data creates an empty Replica.

      Returns Replica<T>

      A new Replica using the supplied Footage array and a native Projector.

      Input must be a valid trusted snapshot. Strip contents and ordering are not validated or resolved again. Footage is used directly without a copy. No SequencePoints are issued.