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

    Class DkgInvitation

    DKG Invitation - represents a received invitation from a participant's perspective.

    Port of struct DkgInvitation from group_invite.rs lines 175-186.

    Index

    Methods

    • Build a GSTP response for this invitation result.

      Port of DkgInvitation::to_response() from group_invite.rs lines 207-224.

      Parameters

      Returns SealedResponse

    • Create a signed/encrypted GSTP envelope containing the response for the coordinator.

      Port of DkgInvitation::to_envelope() from group_invite.rs lines 228-244.

      Parameters

      Returns Envelope

    • Parse a DKG invitation from an invite envelope.

      Port of DkgInvitation::from_invite() from group_invite.rs lines 255-344.

      Parameters

      • invite: Envelope
      • now: Date
      • expectedSender: XIDDocument | undefined
      • recipient: XIDDocument

      Returns DkgInvitation