Safe (Gnosis Safe) · Schema

AllTransactionsSchemaSerializerV2

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

MultisigSmart ContractEthereumWeb3BlockchainDeFiSafeGnosisWallet

Properties

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

JSON Schema

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