FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Class DkgInvite

    DKG Invite - represents an invitation to participate in a DKG session.

    Port of struct DkgInvite from group_invite.rs lines 11-27.

    Index

    Methods

    • Create a new DKG invite.

      Port of DkgInvite::new() from group_invite.rs lines 30-67.

      Parameters

      • requestId: ARID
      • sender: XIDDocument
      • groupId: ARID
      • date: Date
      • validUntil: Date
      • minSigners: number
      • charter: string
      • participants: string[]
      • responseArids: ARID[]

      Returns DkgInvite

    • Create a GSTP sealed request from this invite.

      Port of DkgInvite::to_request() from group_invite.rs lines 87-121.

      Returns SealedRequest

    • Creates a signed but unencrypted envelope for auditing/preview.

      Port of DkgInvite::to_unsealed_envelope() from group_invite.rs lines 124-139.

      Returns Envelope

    • Creates a sealed envelope encrypted to all participants.

      Port of DkgInvite::to_envelope() from group_invite.rs lines 142-166.

      Returns Envelope