Update a name
Invalid pointer array error
const name = 'test.chain'const pointersArray = ['ak_asd23dasdas...,' 'ct_asdf34fasdasd...']const nameObject = await sdkInstance.aensQuery(name)await sdkInstance.aensUpdate(name, pointersArray, { nameTtl, ttl, fee, nonce, clientTtl })// orawait nameObject.update(pointers, { nameTtl, ttl, fee, nonce, clientTtl })
AENS name
Map of pointer keys to corresponding addresses
Options
Generated using TypeDoc
Update a name
Throws
Invalid pointer array error
Example