Skip to main content

MetadataChangeRequest

namestringrequired
Example: vault.app.enscribe.eth
nodestring

Optional. The server recomputes the node from the name.

changes object

Legacy text-record-only format.

property name*string
textChanges object
property name*string
addressChanges object[]
  • Array [
  • coinTypestringrequired
    Example: 60
    addressstringrequired
    Example: 1.0392900530792776e+47
  • ]
  • contentHashChangestring | nullnullable
    MetadataChangeRequest
    {
    "name": "vault.app.enscribe.eth",
    "node": "string",
    "changes": {},
    "textChanges": {},
    "addressChanges": [
    {
    "coinType": "60",
    "address": 1.0392900530792776e+47
    }
    ],
    "contentHashChange": "string"
    }