StaticfromCreate an owner record from a signed XID UR string.
Port of OwnerRecord::from_signed_xid_ur() from owner_record.rs lines 20-32.
OptionalpetName: stringGet the XID of the owner.
Port of OwnerRecord::xid() from owner_record.rs line 34.
Get the XID document of the owner.
Port of OwnerRecord::xid_document() from owner_record.rs line 36.
Get the UR string of the XID document.
Port of OwnerRecord::xid_document_ur() from owner_record.rs line 38.
Get the pet name of the owner.
Port of OwnerRecord::pet_name() from owner_record.rs line 40.
Serialize to JSON object.
Staticfrom
Record of the registry owner (coordinator).
Port of
struct OwnerRecordfrom owner_record.rs lines 13-17.