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

    Class DkgProposedParticipant

    A proposed participant in a DKG session.

    Port of struct DkgProposedParticipant from proposed_participant.rs lines 8-13.

    Index

    Methods

    • Get the XID of this participant.

      Port of DkgProposedParticipant::xid() from proposed_participant.rs line 28.

      Returns XID

    • Get the XID document of this participant.

      Port of DkgProposedParticipant::xid_document() from proposed_participant.rs line 30.

      Returns XIDDocument

    • Get the UR string of the XID document.

      Port of DkgProposedParticipant::xid_document_ur() from proposed_participant.rs line 32.

      Returns string

    • Get the envelope containing the XID document.

      Port of DkgProposedParticipant::xid_document_envelope() from proposed_participant.rs line 34.

      Returns Envelope

    • Get the response ARID for this participant.

      Port of DkgProposedParticipant::response_arid() from proposed_participant.rs line 36.

      Returns ARID