@bonfida/spl-name-service 0.2.12 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bindings.d.ts +0 -1
- package/package.json +1 -1
package/dist/bindings.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ export declare function updateNameRegistryData(connection: Connection, name: str
|
|
|
32
32
|
* @param connection The solana connection object to the RPC node
|
|
33
33
|
* @param name The name of the name account
|
|
34
34
|
* @param newOwner The new owner to be set
|
|
35
|
-
* @param curentNameOwner the current name Owner
|
|
36
35
|
* @param nameClass The class of this name, if it exsists
|
|
37
36
|
* @param nameParent The parent name of this name, if it exists
|
|
38
37
|
* @param parentOwner Parent name owner
|