You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See also: [BroadcastFailure](./transaction.md#interface-broadcastfailure), [BroadcastResponse](./transaction.md#interface-broadcastresponse), [RegistryRecord](./registry.md#type-registryrecord)
280
+
281
+
Returns
282
+
283
+
Broadcast success/failure.
284
+
285
+
Argument Details
286
+
287
+
+**registryRecord**
288
+
+ The registry record to remove (must have valid txid, outputIndex, and lockingScript).
289
+
267
290
#### Method resolve
268
291
269
292
Resolves registrant tokens of a particular type using a lookup service.
@@ -292,14 +315,14 @@ Argument Details
292
315
+ **query**
293
316
+ The query object used to filter registry records, whose shape is determined by the registry type.
294
317
295
-
#### Method revokeOwnRegistryEntry
318
+
#### Method updateDefinition
296
319
297
-
Revokes a registry record by spending its associated UTXO.
320
+
Updates an existing registry record by spending its UTXO and creating a new one with updated data.
See also: [BroadcastFailure](./transaction.md#interface-broadcastfailure), [BroadcastResponse](./transaction.md#interface-broadcastresponse), [RegistryRecord](./registry.md#type-registryrecord)
325
+
See also: [BroadcastFailure](./transaction.md#interface-broadcastfailure), [BroadcastResponse](./transaction.md#interface-broadcastresponse), [DefinitionData](./registry.md#type-definitiondata), [RegistryRecord](./registry.md#type-registryrecord)
303
326
304
327
Returns
305
328
@@ -308,7 +331,9 @@ Broadcast success/failure.
308
331
Argument Details
309
332
310
333
+ **registryRecord**
311
-
+ Must have valid txid, outputIndex, and lockingScript.
334
+
+ The existing registry record to update (must have valid txid, outputIndex, and lockingScript).
335
+
+ **updatedData**
336
+
+ The new definition data to replace the old record.
0 commit comments