StaticfromCreate a participant record from a signed XID UR string.
Port of ParticipantRecord::from_signed_xid_ur() from participant_record.rs lines 20-26.
OptionalpetName: stringGet the pet name of the participant.
Port of ParticipantRecord::pet_name() from participant_record.rs line 28.
Get the public keys of the participant.
Port of ParticipantRecord::public_keys() from participant_record.rs line 29.
Get the XID of the participant.
Port of ParticipantRecord::xid() from participant_record.rs line 30.
Get the XID document of the participant.
Port of ParticipantRecord::xid_document() from participant_record.rs line 31.
Get the UR string of the XID document.
Port of ParticipantRecord::xid_document_ur() from participant_record.rs line 32.
Serialize to JSON object.
Staticfrom
Record of a participant in the registry.
Port of
struct ParticipantRecordfrom participant_record.rs lines 12-17.