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

    Class OwnerRecord

    Record of the registry owner (coordinator).

    Port of struct OwnerRecord from owner_record.rs lines 13-17.

    Index

    Methods

    • Create an owner record from a signed XID UR string.

      Port of OwnerRecord::from_signed_xid_ur() from owner_record.rs lines 20-32.

      Parameters

      • xidDocumentUr: string
      • OptionalpetName: string

      Returns OwnerRecord

    • Get the XID of the owner.

      Port of OwnerRecord::xid() from owner_record.rs line 34.

      Returns XID

    • Get the XID document of the owner.

      Port of OwnerRecord::xid_document() from owner_record.rs line 36.

      Returns XIDDocument

    • Get the UR string of the XID document.

      Port of OwnerRecord::xid_document_ur() from owner_record.rs line 38.

      Returns string

    • Get the pet name of the owner.

      Port of OwnerRecord::pet_name() from owner_record.rs line 40.

      Returns string | undefined