Safe (Gnosis Safe) · Schema

DataDecoder

MultisigSmart ContractEthereumWeb3BlockchainDeFiSafeGnosisWallet

Properties

Name Type Description
data string
to stringnull
View JSON Schema on GitHub

JSON Schema

DataDecoder.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/DataDecoder",
  "title": "DataDecoder",
  "type": "object",
  "properties": {
    "data": {
      "type": "string"
    },
    "to": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "data"
  ]
}