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

    Class ParticipantRecord

    Record of a participant in the registry.

    Port of struct ParticipantRecord from participant_record.rs lines 12-17.

    Index

    Methods

    • Create a participant record from a signed XID UR string.

      Port of ParticipantRecord::from_signed_xid_ur() from participant_record.rs lines 20-26.

      Parameters

      • xidDocumentUr: string
      • OptionalpetName: string

      Returns ParticipantRecord

    • Get the pet name of the participant.

      Port of ParticipantRecord::pet_name() from participant_record.rs line 28.

      Returns string | undefined

    • Get the public keys of the participant.

      Port of ParticipantRecord::public_keys() from participant_record.rs line 29.

      Returns PublicKeys

    • Get the XID of the participant.

      Port of ParticipantRecord::xid() from participant_record.rs line 30.

      Returns XID

    • Get the XID document of the participant.

      Port of ParticipantRecord::xid_document() from participant_record.rs line 31.

      Returns XIDDocument

    • Get the UR string of the XID document.

      Port of ParticipantRecord::xid_document_ur() from participant_record.rs line 32.

      Returns string