StaticcreateCreate a new DkgProposedParticipant from a UR string and response ARID.
Port of DkgProposedParticipant::new() from proposed_participant.rs lines 22-26.
Get the XID of this participant.
Port of DkgProposedParticipant::xid() from proposed_participant.rs line 28.
Get the XID document of this participant.
Port of DkgProposedParticipant::xid_document() from proposed_participant.rs line 30.
Get the UR string of the XID document.
Port of DkgProposedParticipant::xid_document_ur() from proposed_participant.rs line 32.
Get the envelope containing the XID document.
Port of DkgProposedParticipant::xid_document_envelope() from proposed_participant.rs line 34.
Get the response ARID for this participant.
Port of DkgProposedParticipant::response_arid() from proposed_participant.rs line 36.
A proposed participant in a DKG session.
Port of
struct DkgProposedParticipantfrom proposed_participant.rs lines 8-13.