UNS Locks
Introduction
Locks are linked to a name and are created so when someone is in the process of purchasing a name they have time to complete the purchase without anyone being able to interact with the name in the meantime.
Lock Model
Field | Type | Allowed Values - Format | Description |
---|---|---|---|
lock_id | String | UUID format | ID of the lock |
persona_id | String | UUID format | Persona_id that is locking the name |
lock_date | DateTime | DateTime | Time when the lock was created |
expiration_date | DateTime | Time when the lock runs out and the name can be locked again | |
created_by | String | Identifier of who created the lock |
{
"lock_id": "454335f4-8a97-11ed-a1eb-0242ac120002",
"persona_id": "5961276c-8a97-11ed-a1eb-0242ac120002",
"lock_date": "2022-12-31T00:00:.000+00:00",
"expiration_date": "2022-12-31T00:00:.000+00:00",
"created_by": "5fcbb4be-8a97-11ed-a1eb-0242ac120002"
}
Updated over 1 year ago