{
  "type": "object",
  "title": "MempoolSmartContractTransaction",
  "description": "Describes representation of a Type-1 Stacks 2.0 transaction. https://github.com/blockstack/stacks-blockchain/blob/master/sip/sip-005-blocks-and-transactions.md#type-1-instantiating-a-smart-contract",
  "allOf": [
    {
      "$ref": "./abstract-transaction.schema.json"
    },
    {
      "$ref": "../transactions/transaction-1-smart-contract-metadata.schema.json"
    }
  ]
}
