@blockchaincommons/xid - v1.0.0-beta.3
    Preparing search index...

    Type Alias GeneratorData

    GeneratorData:
        | { type: "decrypted"; generator: ProvenanceMarkGenerator }
        | { type: "encrypted"; envelope: Envelope }

    The generator as held: in the clear, or the locked envelope as parsed.

    Type Declaration

    • { type: "decrypted"; generator: ProvenanceMarkGenerator }
      • type: "decrypted"

        Held in the clear.

      • generator: ProvenanceMarkGenerator

        The generator.

    • { type: "encrypted"; envelope: Envelope }
      • type: "encrypted"

        Held locked (parsed without the password).

      • envelope: Envelope

        The locked envelope.