{ "preamble": { "title": "aiken-lang/acceptance_test_036", "version": "0.0.0", "plutusVersion": "v2", "compiler": { "name": "Aiken", "version": "v1.0.24-alpha+8532aff" } }, "validators": [ { "title": "spend.mint", "redeemer": { "title": "_redeemer", "schema": { "$ref": "#/definitions/Void" } }, "parameters": [ { "title": "output_reference", "schema": { "$ref": "#/definitions/aiken~1transaction~1OutputReference" } } ], "compiledCode": "589d0100003232323232323232223225333006323253330083370e90000008a5114a060106ea8004c8c8c8cc004004008894ccc0340045300103d87a800013232533300c3375e600c6016004014266e952000330100024bd70099802002000980880118078009bac30013006300130060022300c00114984d9594ccc010cdc3a4000600a6ea800452616230043754002ae6955ceaab9e5573eae815d0aba21", "hash": "f64dd826dd6aa43b3e2d6e8fd6be591834709ea56f9e311bf41f0b2d" }, { "title": "spend.spend", "datum": { "title": "_datum", "schema": { "$ref": "#/definitions/Data" } }, "redeemer": { "title": "_redeemer", "schema": { "$ref": "#/definitions/Data" } }, "compiledCode": "58e30100003232323232323232222533300532323300100100222533300b00114a026464a66601466601464a66601c0022944528191919299980699b874800800452f5bded8c026eacc048c030008c034dd500099198008008011129998080008a6103d87a800013232323253330113371e9110500000000000000213374a90001980a9ba60014bd700998030030019bab3012003375c6020004602800460240026eacc03cc040c0240092825114a2266008008002601e004601a0026eb0c028c02cc02cc010c028c01000452613656230043754002ae6955ceaab9e5573eae815d0aba201", "hash": "b44dd4bf3009da6ff1af97772e98bb31d944f8dd2987530bc91b59e9" } ], "definitions": { "ByteArray": { "dataType": "bytes" }, "Data": { "title": "Data", "description": "Any Plutus data." }, "Int": { "dataType": "integer" }, "Void": { "title": "Unit", "description": "The nullary constructor.", "anyOf": [ { "dataType": "constructor", "index": 0, "fields": [] } ] }, "aiken/transaction/OutputReference": { "title": "OutputReference", "description": "An `OutputReference` is a unique reference to an output on-chain. The `output_index`\n corresponds to the position in the output list of the transaction (identified by its id)\n that produced that output", "anyOf": [ { "title": "OutputReference", "dataType": "constructor", "index": 0, "fields": [ { "title": "transaction_id", "$ref": "#/definitions/aiken~1transaction~1TransactionId" }, { "title": "output_index", "$ref": "#/definitions/Int" } ] } ] }, "aiken/transaction/TransactionId": { "title": "TransactionId", "description": "A unique transaction identifier, as the hash of a transaction body. Note that the transaction id\n isn't a direct hash of the `Transaction` as visible on-chain. Rather, they correspond to hash\n digests of transaction body as they are serialized on the network.", "anyOf": [ { "title": "TransactionId", "dataType": "constructor", "index": 0, "fields": [ { "title": "hash", "$ref": "#/definitions/ByteArray" } ] } ] } } }