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
const nameUpdateTx = await sdk.aensUpdate(name, {
Pointer1: encode(Buffer.from('example data for pointer 1'), Encoding.Bytearray),
Pointer2: encode(Buffer.from('example data for pointer 2'), Encoding.Bytearray),
Pointer3: encode(Buffer.from('example data for pointer 3'), Encoding.Bytearray),
Pointer4: encode(Buffer.from('example data for pointer 4'), Encoding.Bytearray),
});
As you can see these pointers are not decoded in different places:
Name details, custom pointers (notice the wrong pointer name, there's a comma at the beginning?):
Account details, names tab:
Custom pointers should be plain text if the value is not a valid blockchain entity. In a custom pointer I can add any string value.
No description provided.
The text was updated successfully, but these errors were encountered: