Skip to main content

MetadataExecuteResponse

successbooleanrequired
modestringrequired

Possible values: [enscribe_only, safe_multisig]

results objectrequired
deletions object
operationIdstring
countintegerrequired
txHashstring
txHashesstring[]
safeTxHashstring
safeTxHashesstring[]
creations object
operationIdstring
countintegerrequired
txHashstring
txHashesstring[]
safeTxHashstring
safeTxHashesstring[]
metadataobject
errors object[]
  • Array [
  • phasestringrequired

    Possible values: [deletions, creations, metadata]

    messagestringrequired
  • ]
  • MetadataExecuteResponse
    {
    "success": true,
    "mode": "enscribe_only",
    "results": {
    "deletions": {
    "operationId": "string",
    "count": 0,
    "txHash": "string",
    "txHashes": [
    "string"
    ],
    "safeTxHash": "string",
    "safeTxHashes": [
    "string"
    ]
    },
    "creations": {
    "operationId": "string",
    "count": 0,
    "txHash": "string",
    "txHashes": [
    "string"
    ],
    "safeTxHash": "string",
    "safeTxHashes": [
    "string"
    ]
    },
    "metadata": {}
    },
    "errors": [
    {
    "phase": "deletions",
    "message": "string"
    }
    ]
    }