{
  "title": "TokenTransferTransaction",
  "description": "Describes representation of a Type-0 Stacks 2.0 transaction. https://github.com/blockstack/stacks-blockchain/blob/master/sip/sip-005-blocks-and-transactions.md#type-0-transferring-an-asset",
  "type": "object",
  "allOf": [
    {
      "$ref": "./abstract-transaction.schema.json"
    },
    {
      "$ref": "./transaction-0-token-transfer-metadata.schema.json"
    }
  ]
}
