Safe (Gnosis Safe) · Schema

AllTransactionsSchema

Just for the purpose of documenting, don't use it

MultisigSmart ContractEthereumWeb3BlockchainDeFiSAFeGnosisWallets

Properties

Name Type Description
txType1 object
txType2 object
txType3 object
View JSON Schema on GitHub

JSON Schema

AllTransactionsSchema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/AllTransactionsSchema",
  "title": "AllTransactionsSchema",
  "type": "object",
  "description": "Just for the purpose of documenting, don't use it",
  "properties": {
    "txType1": {
      "$ref": "#/components/schemas/SafeModuleTransactionWithTransfersResponse"
    },
    "txType2": {
      "$ref": "#/components/schemas/SafeMultisigTransactionWithTransfersResponse"
    },
    "txType3": {
      "$ref": "#/components/schemas/EthereumTxWithTransfersResponse"
    }
  },
  "required": [
    "txType1",
    "txType2",
    "txType3"
  ]
}