@easy1staking/cip113-sdk-ts 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1434 @@
1
+ {
2
+ "preamble": {
3
+ "title": "cardano-foundation/cip113-programmable-tokens",
4
+ "description": "Aiken implementation of CIP-113 programmable tokens",
5
+ "version": "0.5.0-alpha.5",
6
+ "plutusVersion": "v3",
7
+ "compiler": {
8
+ "name": "Aiken",
9
+ "version": "v1.1.23+8949565"
10
+ },
11
+ "license": "Apache-2.0"
12
+ },
13
+ "validators": [
14
+ {
15
+ "title": "always_fail.always_fail.spend",
16
+ "datum": {
17
+ "title": "_d",
18
+ "schema": {
19
+ "$ref": "#/definitions/Data"
20
+ }
21
+ },
22
+ "redeemer": {
23
+ "title": "_r",
24
+ "schema": {
25
+ "$ref": "#/definitions/Data"
26
+ }
27
+ },
28
+ "parameters": [
29
+ {
30
+ "title": "_nonce",
31
+ "schema": {
32
+ "$ref": "#/definitions/ByteArray"
33
+ }
34
+ }
35
+ ],
36
+ "compiledCode": "585f010100229800aba2aba1aab9eaab9dab9a9bae00248888896600264653001300700198039804000cc01c0092225980099b8748008c020dd500144c8cc898c02c004c02cc030004c024dd50014590070c01c004c010dd5003c52689b2b20041",
37
+ "hash": "e9d8d9c7fc531f0b179d502c86bffee829613c537794dab053ae28fe"
38
+ },
39
+ {
40
+ "title": "always_fail.always_fail.else",
41
+ "redeemer": {
42
+ "schema": {}
43
+ },
44
+ "parameters": [
45
+ {
46
+ "title": "_nonce",
47
+ "schema": {
48
+ "$ref": "#/definitions/ByteArray"
49
+ }
50
+ }
51
+ ],
52
+ "compiledCode": "585f010100229800aba2aba1aab9eaab9dab9a9bae00248888896600264653001300700198039804000cc01c0092225980099b8748008c020dd500144c8cc898c02c004c02cc030004c024dd50014590070c01c004c010dd5003c52689b2b20041",
53
+ "hash": "e9d8d9c7fc531f0b179d502c86bffee829613c537794dab053ae28fe"
54
+ },
55
+ {
56
+ "title": "issuance_cbor_hex_mint.issuance_cbor_hex_mint.mint",
57
+ "redeemer": {
58
+ "title": "_redeemer",
59
+ "schema": {
60
+ "$ref": "#/definitions/Data"
61
+ }
62
+ },
63
+ "parameters": [
64
+ {
65
+ "title": "utxo_ref",
66
+ "schema": {
67
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
68
+ }
69
+ },
70
+ {
71
+ "title": "always_fail_hash",
72
+ "schema": {
73
+ "$ref": "#/definitions/ByteArray"
74
+ }
75
+ }
76
+ ],
77
+ "compiledCode": "5903140101002229800aba4aba2aba1aba0aab9faab9eaab9dab9a9bae00248888888896600264653001300900198049805000cdc3a400130090024888966002600460126ea800e26644b300132598009808800c4c96600266e1d2002375a601c00313371e6eb8c0340052210f49737375616e636543626f72486578008b201830100018b201c3233001001375660206022602260226022601a6ea801088c96600266e3c014dd71807000c4dd59807800c4cc00c00cc04c00900d1808800c4c8c8c96600266e1d2004300e375400313259800980418079baa0018991919912cc004c06000e266ebcc05cc050dd500399ba548000cc058cdd2a40046602c6ea40452f5c06602c980103d87a80004bd704590151bae3015001375c602a004602a00260206ea80062c8070c048c03cdd5000c5900d180118071baa001323300100137586004601c6ea801488c9660026644b30010028a508994c004c058c05c00664b3001300c301337540031375a6028602e6eacc05cc050dd5000c520004048602c00337560069112cc0040062b30013375e00600d13300500248002294101444c96600266ebd300101400030160018acc004cc01800cdd6980b980d1bab3017001899baf004374c603600514a080aa2b30013300600348002266ebc01001e2941015202a3019001405c329800800cdd5980b180b98099baa004911980b8011980b9ba60014bd7020022225980080144cc005300103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a4410000289980219ba548000cc068c06000d2f5c00031330044c103d87a80000054059198008034006446600c0046603800a00280310161bae3015001301a0033018002405914a114a114a080b8dd31980919bb0375200c6e98cc048cdd8261104f49737375616e636543626f72486578004c010101004bd6f7b63025eb7bdb1808928c400626600600660280048070c0480048c040c044c0440062c8050dd7180698051baa00332330010013758601c60166ea8008896600266ebcc03cc030dd5180780080a45268998010011808000a0148b2010180480098021baa00a8a4d13656400801",
78
+ "hash": "f2ec7e1dcef11cc8d9430e7b077e3e9225ad7e46e6b58a9a5fdf5e01"
79
+ },
80
+ {
81
+ "title": "issuance_cbor_hex_mint.issuance_cbor_hex_mint.else",
82
+ "redeemer": {
83
+ "schema": {}
84
+ },
85
+ "parameters": [
86
+ {
87
+ "title": "utxo_ref",
88
+ "schema": {
89
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
90
+ }
91
+ },
92
+ {
93
+ "title": "always_fail_hash",
94
+ "schema": {
95
+ "$ref": "#/definitions/ByteArray"
96
+ }
97
+ }
98
+ ],
99
+ "compiledCode": "5903140101002229800aba4aba2aba1aba0aab9faab9eaab9dab9a9bae00248888888896600264653001300900198049805000cdc3a400130090024888966002600460126ea800e26644b300132598009808800c4c96600266e1d2002375a601c00313371e6eb8c0340052210f49737375616e636543626f72486578008b201830100018b201c3233001001375660206022602260226022601a6ea801088c96600266e3c014dd71807000c4dd59807800c4cc00c00cc04c00900d1808800c4c8c8c96600266e1d2004300e375400313259800980418079baa0018991919912cc004c06000e266ebcc05cc050dd500399ba548000cc058cdd2a40046602c6ea40452f5c06602c980103d87a80004bd704590151bae3015001375c602a004602a00260206ea80062c8070c048c03cdd5000c5900d180118071baa001323300100137586004601c6ea801488c9660026644b30010028a508994c004c058c05c00664b3001300c301337540031375a6028602e6eacc05cc050dd5000c520004048602c00337560069112cc0040062b30013375e00600d13300500248002294101444c96600266ebd300101400030160018acc004cc01800cdd6980b980d1bab3017001899baf004374c603600514a080aa2b30013300600348002266ebc01001e2941015202a3019001405c329800800cdd5980b180b98099baa004911980b8011980b9ba60014bd7020022225980080144cc005300103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a4410000289980219ba548000cc068c06000d2f5c00031330044c103d87a80000054059198008034006446600c0046603800a00280310161bae3015001301a0033018002405914a114a114a080b8dd31980919bb0375200c6e98cc048cdd8261104f49737375616e636543626f72486578004c010101004bd6f7b63025eb7bdb1808928c400626600600660280048070c0480048c040c044c0440062c8050dd7180698051baa00332330010013758601c60166ea8008896600266ebcc03cc030dd5180780080a45268998010011808000a0148b2010180480098021baa00a8a4d13656400801",
100
+ "hash": "f2ec7e1dcef11cc8d9430e7b077e3e9225ad7e46e6b58a9a5fdf5e01"
101
+ },
102
+ {
103
+ "title": "issuance_logic.issuance_logic.withdraw",
104
+ "redeemer": {
105
+ "title": "redeemer",
106
+ "schema": {
107
+ "$ref": "#/definitions/types~1IssuanceLogicRedeemer"
108
+ }
109
+ },
110
+ "parameters": [
111
+ {
112
+ "title": "programmable_logic_base_cred",
113
+ "schema": {
114
+ "$ref": "#/definitions/cardano~1address~1Credential"
115
+ }
116
+ },
117
+ {
118
+ "title": "registry_node_cs",
119
+ "schema": {
120
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
121
+ }
122
+ },
123
+ {
124
+ "title": "params_policy",
125
+ "schema": {
126
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
127
+ }
128
+ },
129
+ {
130
+ "title": "max_inline_datum_bytes",
131
+ "schema": {
132
+ "$ref": "#/definitions/Int"
133
+ }
134
+ }
135
+ ],
136
+ "compiledCode": "59084d010100222229800aba4aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bad00248888888888966002646465300130083754003370e90024dc3a4001300c0034888966002600600919800980818069baa0059bab3010006911919800800801911980180098010012444660020044464b300100389919800800803112cc00400629462b30019800980c000c8c064c068c068c0680064464b3001300d001899192cc004c07800a00916406c6eb8c070004c060dd5001c566002600c0031323259800980f00140122c80d8dd7180e000980c1baa0038b202c4058602c6ea800a4603260346034003223233001001301c0032259800800c528456600266e3cdd7180c180e000801c528c4cc008008c07400501720349180c980d000cdd2a40012225980099b894801000633001003980e180e0014cdc024006002801a2b3001337129001000c66002007301c00299b80480040050034566002601a0031301b0028b202c405880b12222222298009192cc004c054c078dd5000c4c088c07cdd5000c5901d1803180f1baa00191119912cc00400a2942265300130263027001992cc004c064c08cdd5000c4dd6981218139bab3027302437540031480010221813000cdd5801a444b30010018acc004cdd780180344cc01400920008a5040911325980099baf4c0101400030260018acc004cc01800cdd6981398151bab3027001899baf004374c605600514a0812a2b30013300600348002266ebc01001e2941025204a3029001409c329800800c01a446604e0046604e6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a441000028998021806998151814001a5eb80006266008980103d87a80000054099198008034006446600c0046605800a00280310261bae3025001302a0033028002409914a114a114a08138dd31981119bb037520046e98cc088cdd81ba90014c010101004bd6f7b63025eb7bdb1808928cc004006603a011375c60380109111119912cc004c048c08cdd500245660033001330053758601860486ea8060dd6981398121baa004810c00d00240062c8112264b30019800980598129baa3300637586016604a6ea8064006045004400d15980099912cc004c054c098dd5000c52844c96600264b300130173028375400314a113232330010013758605c60566ea8c0b8c0acdd5001912cc00400629422b30013375e006605e00314a3133002002303000140a88168c038cc0acdd4002a5eb81027191919800800802912cc004006298103d87a80008994c004c0ac00660580033030002488966002604a605c6ea800e2b30013375e6064605e6ea800c01e2b30013024302e375400513259800981a000c4cc084dd61819800912cc00400a2602e6606800a97ae089919912cc004c0a800a26464b3001303b002801c590381bad303900130353754007159800981180144c8c96600260760050038b2070375a6072002606a6ea800e2c819903318191baa001130023037003303500240cd1640c4605e6ea800a2c816a26600c00c002816a26600c00c0028168605c0028160c8cc0480044004c0acc0b0c0b0006294626464b300130183029375400314a113370e6eb4c0b4c0a8dd5181698151baa00100640a0646600200200a44b30010018a60103d87a80008994c004c0ac00660580033030002488966002604a605c6ea800e2b30013375e6064605e6ea800c01e2b30013024302e375400513232332259800981b801c4c060cc0d40192f5c11640d06eb4c0d0004dd6981a001181a00098179baa0028b205a899803003000a05a899803003000a05a1817000a05832330120011001302b302c302c302c0014098604e6ea8c028c034c09cdd5181518139baa00140946eacc0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a4c0a4c0a4c094dd500c99198008009bac300c3026375403444b30010018a60103d87a80008992cc00660026eacc038c0a0dd5180718141baa00181252210e50726f746f636f6c506172616d730040291300d3302a0014bd7044cc00c00cc0b00090261815000a0508a5180120468b2046375a604e60486ea80110221112cc00660026eacc02cc094dd5001c00a002803a264b3001301b3025375400313232323232323298009bae30300019bae30300079bae303000698180024c0c000e60600049111112cc004c0dc01e266038606c016266038006266038004266038002266e3cdd7181b18199baa00e00f8b206818180009817800981700098168009816000981580098131baa0018b204830080038b2046132330010013758601660466ea805c896600200314a3159800992cc004cdd7981418129baa30283025375400205f13259800980d98129baa0018acc004c06cc094dd5181498131baa0018acc004cc034dd5980618131baa0020058acc004c8c966002602c00314a1159800980e800c528c4cdc49b8d3766605660506ea800808d026204c30263754002601c604c6ea800a266ebd30103d87a800030103026375400514a081222b300159800980a18129baa300e3026375400514a114a28122266ebd30103d87a800030103026375400514a08121024459024459024180598129baa30283025375400319800998061bab300b302537540020094a14a281190231813800c4cc008008c0a00062941022204a2266004004603200314a0809901644c8ca600260286ea800626008603200b375c60280049112cc004c03400e26464b3001301e00280245901b1bad301c001301837540091598009803001c4c8c966002603c0050048b2036375a603800260306ea80122c80b10160c050004c05800d0141b874800915980099b874801801226464b30013004300e37546024602600514a314a08068dd6980880098069baa0058b2016402c300b300c001300b00130063754019149a26cac8021",
137
+ "hash": "0cf4e4dbf3427deee66026e009454037450027a4ff048cdc524193d5"
138
+ },
139
+ {
140
+ "title": "issuance_logic.issuance_logic.publish",
141
+ "redeemer": {
142
+ "title": "_r",
143
+ "schema": {
144
+ "$ref": "#/definitions/Data"
145
+ }
146
+ },
147
+ "parameters": [
148
+ {
149
+ "title": "programmable_logic_base_cred",
150
+ "schema": {
151
+ "$ref": "#/definitions/cardano~1address~1Credential"
152
+ }
153
+ },
154
+ {
155
+ "title": "registry_node_cs",
156
+ "schema": {
157
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
158
+ }
159
+ },
160
+ {
161
+ "title": "params_policy",
162
+ "schema": {
163
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
164
+ }
165
+ },
166
+ {
167
+ "title": "max_inline_datum_bytes",
168
+ "schema": {
169
+ "$ref": "#/definitions/Int"
170
+ }
171
+ }
172
+ ],
173
+ "compiledCode": "59084d010100222229800aba4aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bad00248888888888966002646465300130083754003370e90024dc3a4001300c0034888966002600600919800980818069baa0059bab3010006911919800800801911980180098010012444660020044464b300100389919800800803112cc00400629462b30019800980c000c8c064c068c068c0680064464b3001300d001899192cc004c07800a00916406c6eb8c070004c060dd5001c566002600c0031323259800980f00140122c80d8dd7180e000980c1baa0038b202c4058602c6ea800a4603260346034003223233001001301c0032259800800c528456600266e3cdd7180c180e000801c528c4cc008008c07400501720349180c980d000cdd2a40012225980099b894801000633001003980e180e0014cdc024006002801a2b3001337129001000c66002007301c00299b80480040050034566002601a0031301b0028b202c405880b12222222298009192cc004c054c078dd5000c4c088c07cdd5000c5901d1803180f1baa00191119912cc00400a2942265300130263027001992cc004c064c08cdd5000c4dd6981218139bab3027302437540031480010221813000cdd5801a444b30010018acc004cdd780180344cc01400920008a5040911325980099baf4c0101400030260018acc004cc01800cdd6981398151bab3027001899baf004374c605600514a0812a2b30013300600348002266ebc01001e2941025204a3029001409c329800800c01a446604e0046604e6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a441000028998021806998151814001a5eb80006266008980103d87a80000054099198008034006446600c0046605800a00280310261bae3025001302a0033028002409914a114a114a08138dd31981119bb037520046e98cc088cdd81ba90014c010101004bd6f7b63025eb7bdb1808928cc004006603a011375c60380109111119912cc004c048c08cdd500245660033001330053758601860486ea8060dd6981398121baa004810c00d00240062c8112264b30019800980598129baa3300637586016604a6ea8064006045004400d15980099912cc004c054c098dd5000c52844c96600264b300130173028375400314a113232330010013758605c60566ea8c0b8c0acdd5001912cc00400629422b30013375e006605e00314a3133002002303000140a88168c038cc0acdd4002a5eb81027191919800800802912cc004006298103d87a80008994c004c0ac00660580033030002488966002604a605c6ea800e2b30013375e6064605e6ea800c01e2b30013024302e375400513259800981a000c4cc084dd61819800912cc00400a2602e6606800a97ae089919912cc004c0a800a26464b3001303b002801c590381bad303900130353754007159800981180144c8c96600260760050038b2070375a6072002606a6ea800e2c819903318191baa001130023037003303500240cd1640c4605e6ea800a2c816a26600c00c002816a26600c00c0028168605c0028160c8cc0480044004c0acc0b0c0b0006294626464b300130183029375400314a113370e6eb4c0b4c0a8dd5181698151baa00100640a0646600200200a44b30010018a60103d87a80008994c004c0ac00660580033030002488966002604a605c6ea800e2b30013375e6064605e6ea800c01e2b30013024302e375400513232332259800981b801c4c060cc0d40192f5c11640d06eb4c0d0004dd6981a001181a00098179baa0028b205a899803003000a05a899803003000a05a1817000a05832330120011001302b302c302c302c0014098604e6ea8c028c034c09cdd5181518139baa00140946eacc0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a4c0a4c0a4c094dd500c99198008009bac300c3026375403444b30010018a60103d87a80008992cc00660026eacc038c0a0dd5180718141baa00181252210e50726f746f636f6c506172616d730040291300d3302a0014bd7044cc00c00cc0b00090261815000a0508a5180120468b2046375a604e60486ea80110221112cc00660026eacc02cc094dd5001c00a002803a264b3001301b3025375400313232323232323298009bae30300019bae30300079bae303000698180024c0c000e60600049111112cc004c0dc01e266038606c016266038006266038004266038002266e3cdd7181b18199baa00e00f8b206818180009817800981700098168009816000981580098131baa0018b204830080038b2046132330010013758601660466ea805c896600200314a3159800992cc004cdd7981418129baa30283025375400205f13259800980d98129baa0018acc004c06cc094dd5181498131baa0018acc004cc034dd5980618131baa0020058acc004c8c966002602c00314a1159800980e800c528c4cdc49b8d3766605660506ea800808d026204c30263754002601c604c6ea800a266ebd30103d87a800030103026375400514a081222b300159800980a18129baa300e3026375400514a114a28122266ebd30103d87a800030103026375400514a08121024459024459024180598129baa30283025375400319800998061bab300b302537540020094a14a281190231813800c4cc008008c0a00062941022204a2266004004603200314a0809901644c8ca600260286ea800626008603200b375c60280049112cc004c03400e26464b3001301e00280245901b1bad301c001301837540091598009803001c4c8c966002603c0050048b2036375a603800260306ea80122c80b10160c050004c05800d0141b874800915980099b874801801226464b30013004300e37546024602600514a314a08068dd6980880098069baa0058b2016402c300b300c001300b00130063754019149a26cac8021",
174
+ "hash": "0cf4e4dbf3427deee66026e009454037450027a4ff048cdc524193d5"
175
+ },
176
+ {
177
+ "title": "issuance_logic.issuance_logic.else",
178
+ "redeemer": {
179
+ "schema": {}
180
+ },
181
+ "parameters": [
182
+ {
183
+ "title": "programmable_logic_base_cred",
184
+ "schema": {
185
+ "$ref": "#/definitions/cardano~1address~1Credential"
186
+ }
187
+ },
188
+ {
189
+ "title": "registry_node_cs",
190
+ "schema": {
191
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
192
+ }
193
+ },
194
+ {
195
+ "title": "params_policy",
196
+ "schema": {
197
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
198
+ }
199
+ },
200
+ {
201
+ "title": "max_inline_datum_bytes",
202
+ "schema": {
203
+ "$ref": "#/definitions/Int"
204
+ }
205
+ }
206
+ ],
207
+ "compiledCode": "59084d010100222229800aba4aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bad00248888888888966002646465300130083754003370e90024dc3a4001300c0034888966002600600919800980818069baa0059bab3010006911919800800801911980180098010012444660020044464b300100389919800800803112cc00400629462b30019800980c000c8c064c068c068c0680064464b3001300d001899192cc004c07800a00916406c6eb8c070004c060dd5001c566002600c0031323259800980f00140122c80d8dd7180e000980c1baa0038b202c4058602c6ea800a4603260346034003223233001001301c0032259800800c528456600266e3cdd7180c180e000801c528c4cc008008c07400501720349180c980d000cdd2a40012225980099b894801000633001003980e180e0014cdc024006002801a2b3001337129001000c66002007301c00299b80480040050034566002601a0031301b0028b202c405880b12222222298009192cc004c054c078dd5000c4c088c07cdd5000c5901d1803180f1baa00191119912cc00400a2942265300130263027001992cc004c064c08cdd5000c4dd6981218139bab3027302437540031480010221813000cdd5801a444b30010018acc004cdd780180344cc01400920008a5040911325980099baf4c0101400030260018acc004cc01800cdd6981398151bab3027001899baf004374c605600514a0812a2b30013300600348002266ebc01001e2941025204a3029001409c329800800c01a446604e0046604e6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a441000028998021806998151814001a5eb80006266008980103d87a80000054099198008034006446600c0046605800a00280310261bae3025001302a0033028002409914a114a114a08138dd31981119bb037520046e98cc088cdd81ba90014c010101004bd6f7b63025eb7bdb1808928cc004006603a011375c60380109111119912cc004c048c08cdd500245660033001330053758601860486ea8060dd6981398121baa004810c00d00240062c8112264b30019800980598129baa3300637586016604a6ea8064006045004400d15980099912cc004c054c098dd5000c52844c96600264b300130173028375400314a113232330010013758605c60566ea8c0b8c0acdd5001912cc00400629422b30013375e006605e00314a3133002002303000140a88168c038cc0acdd4002a5eb81027191919800800802912cc004006298103d87a80008994c004c0ac00660580033030002488966002604a605c6ea800e2b30013375e6064605e6ea800c01e2b30013024302e375400513259800981a000c4cc084dd61819800912cc00400a2602e6606800a97ae089919912cc004c0a800a26464b3001303b002801c590381bad303900130353754007159800981180144c8c96600260760050038b2070375a6072002606a6ea800e2c819903318191baa001130023037003303500240cd1640c4605e6ea800a2c816a26600c00c002816a26600c00c0028168605c0028160c8cc0480044004c0acc0b0c0b0006294626464b300130183029375400314a113370e6eb4c0b4c0a8dd5181698151baa00100640a0646600200200a44b30010018a60103d87a80008994c004c0ac00660580033030002488966002604a605c6ea800e2b30013375e6064605e6ea800c01e2b30013024302e375400513232332259800981b801c4c060cc0d40192f5c11640d06eb4c0d0004dd6981a001181a00098179baa0028b205a899803003000a05a899803003000a05a1817000a05832330120011001302b302c302c302c0014098604e6ea8c028c034c09cdd5181518139baa00140946eacc0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a4c0a4c0a4c094dd500c99198008009bac300c3026375403444b30010018a60103d87a80008992cc00660026eacc038c0a0dd5180718141baa00181252210e50726f746f636f6c506172616d730040291300d3302a0014bd7044cc00c00cc0b00090261815000a0508a5180120468b2046375a604e60486ea80110221112cc00660026eacc02cc094dd5001c00a002803a264b3001301b3025375400313232323232323298009bae30300019bae30300079bae303000698180024c0c000e60600049111112cc004c0dc01e266038606c016266038006266038004266038002266e3cdd7181b18199baa00e00f8b206818180009817800981700098168009816000981580098131baa0018b204830080038b2046132330010013758601660466ea805c896600200314a3159800992cc004cdd7981418129baa30283025375400205f13259800980d98129baa0018acc004c06cc094dd5181498131baa0018acc004cc034dd5980618131baa0020058acc004c8c966002602c00314a1159800980e800c528c4cdc49b8d3766605660506ea800808d026204c30263754002601c604c6ea800a266ebd30103d87a800030103026375400514a081222b300159800980a18129baa300e3026375400514a114a28122266ebd30103d87a800030103026375400514a08121024459024459024180598129baa30283025375400319800998061bab300b302537540020094a14a281190231813800c4cc008008c0a00062941022204a2266004004603200314a0809901644c8ca600260286ea800626008603200b375c60280049112cc004c03400e26464b3001301e00280245901b1bad301c001301837540091598009803001c4c8c966002603c0050048b2036375a603800260306ea80122c80b10160c050004c05800d0141b874800915980099b874801801226464b30013004300e37546024602600514a314a08068dd6980880098069baa0058b2016402c300b300c001300b00130063754019149a26cac8021",
208
+ "hash": "0cf4e4dbf3427deee66026e009454037450027a4ff048cdc524193d5"
209
+ },
210
+ {
211
+ "title": "issuance_mint.issuance_mint.mint",
212
+ "redeemer": {
213
+ "title": "redeemer",
214
+ "schema": {
215
+ "$ref": "#/definitions/types~1IssuanceMintRedeemer"
216
+ }
217
+ },
218
+ "parameters": [
219
+ {
220
+ "title": "minting_logic_cred",
221
+ "schema": {
222
+ "$ref": "#/definitions/cardano~1address~1Credential"
223
+ }
224
+ },
225
+ {
226
+ "title": "params_policy",
227
+ "schema": {
228
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
229
+ }
230
+ }
231
+ ],
232
+ "compiledCode": "5902a40101002229800aba2aba1aab9faab9eaab9dab9a9bae002488888896600264653001300800198041804800cdc3a400130080024888966002600460126ea800e264b30013003300a375400b13232598009808001456600264660020026eacc040c044c044c044c044c044c044c038dd5002912cc004cdd79807180880080ac528c4cc008008c04800500d44cc88c966002646600200260286eacc010c044dd5180218089baa0022259800800c528456600266e3cdd71808980a000807c528c4cc008008c05400501020268992cc004cdc3a400860206ea800626466446600400400244b30010018a508994c004c050006602a003301800248896600266e1d20043017375400715980099baf301a3018375400600f13232330010010022259800800c4c8cc004004010896600200314a115980099b8f013375c6038603e00314a31330020023020001406c80f226466446600a00a60420086eb8c06c004c070004c07400501c1bab002899803003000a02c899803003000a02c180b000a02a37566028602a602a602a602a602a602a602a602a602a60246ea8024c8cc896600260180031323259800980c80140122c80b8dd7180b800980a1baa0038acc004cdc3a40040031323259800980c80140122c80b8dd7180b800980a1baa0038b20244048200260226ea8004c04cc050c044dd5180998089baa0018b201e30123013301330103754600660206ea80062c8072600200337586004601e6ea801a6eb4c044c03cdd5004a0022301030110012225980099b894801000633001003980998098014cdc024006002801a2b3001337129001000c66002007301300299b804800400500345660026010003130120028b201c403880722c805a2c8070dd6980700098059baa0058b2012375c601860146ea800e2c8040601000260086ea802229344d9590021",
233
+ "hash": "4c6908082b69d025e58a65c3956eb3d306d91e4ebd2aba2a5caac4b6"
234
+ },
235
+ {
236
+ "title": "issuance_mint.issuance_mint.else",
237
+ "redeemer": {
238
+ "schema": {}
239
+ },
240
+ "parameters": [
241
+ {
242
+ "title": "minting_logic_cred",
243
+ "schema": {
244
+ "$ref": "#/definitions/cardano~1address~1Credential"
245
+ }
246
+ },
247
+ {
248
+ "title": "params_policy",
249
+ "schema": {
250
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
251
+ }
252
+ }
253
+ ],
254
+ "compiledCode": "5902a40101002229800aba2aba1aab9faab9eaab9dab9a9bae002488888896600264653001300800198041804800cdc3a400130080024888966002600460126ea800e264b30013003300a375400b13232598009808001456600264660020026eacc040c044c044c044c044c044c044c038dd5002912cc004cdd79807180880080ac528c4cc008008c04800500d44cc88c966002646600200260286eacc010c044dd5180218089baa0022259800800c528456600266e3cdd71808980a000807c528c4cc008008c05400501020268992cc004cdc3a400860206ea800626466446600400400244b30010018a508994c004c050006602a003301800248896600266e1d20043017375400715980099baf301a3018375400600f13232330010010022259800800c4c8cc004004010896600200314a115980099b8f013375c6038603e00314a31330020023020001406c80f226466446600a00a60420086eb8c06c004c070004c07400501c1bab002899803003000a02c899803003000a02c180b000a02a37566028602a602a602a602a602a602a602a602a602a60246ea8024c8cc896600260180031323259800980c80140122c80b8dd7180b800980a1baa0038acc004cdc3a40040031323259800980c80140122c80b8dd7180b800980a1baa0038b20244048200260226ea8004c04cc050c044dd5180998089baa0018b201e30123013301330103754600660206ea80062c8072600200337586004601e6ea801a6eb4c044c03cdd5004a0022301030110012225980099b894801000633001003980998098014cdc024006002801a2b3001337129001000c66002007301300299b804800400500345660026010003130120028b201c403880722c805a2c8070dd6980700098059baa0058b2012375c601860146ea800e2c8040601000260086ea802229344d9590021",
255
+ "hash": "4c6908082b69d025e58a65c3956eb3d306d91e4ebd2aba2a5caac4b6"
256
+ },
257
+ {
258
+ "title": "programmable_logic_base.programmable_logic_base.spend",
259
+ "datum": {
260
+ "title": "_datum",
261
+ "schema": {
262
+ "$ref": "#/definitions/Data"
263
+ }
264
+ },
265
+ "redeemer": {
266
+ "title": "redeemer",
267
+ "schema": {
268
+ "$ref": "#/definitions/types~1BaseSpendRedeemer"
269
+ }
270
+ },
271
+ "parameters": [
272
+ {
273
+ "title": "params_policy",
274
+ "schema": {
275
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
276
+ }
277
+ }
278
+ ],
279
+ "compiledCode": "590231010100229800aba2aba1aab9faab9eaab9dab9a9bae002488888896600264653001300800198041804800cc0200092225980099b8748008c020dd500144ca60026018003300c300d0019b874800122259800980098061baa0078991919912cc004c05000e33001301137540172301430150019112cc004cdc4a400800319800801cc05cc05c00a66e012003001400d15980099b894800800633001003980b8014cdc024002002801a2b300130080018980b00145901220244048911192cc004c8cc004004c064dd59802180b1baa30043016375400444b30010018a508acc004cdc79bae301630190010148a51899801001180d000a02a40611325980099b8748010c054dd5000c4cdd7980a994c0040066eacc064c068c068c068c068c068c068c05cdd5007cdd6980c980d00320022225980099b894801000633001003980e180e0014cdc024006002801a2b3001337129001000c66002007301c00299b80480040050034566002601a0031301b0028b202e405c80b8c8cc8966002601a0031323259800980f00140122c80e0dd7180e000980c9baa0038acc004cdc3a40040031323259800980f00140122c80e0dd7180e000980c9baa0038b202e405c2002602c6ea8004c060c058dd5180c180b1baa0018b2028301730183018301537546006602a6ea80062c809a60020033758600460286ea80326eb4c05800d00122c8090dd698088009bad30110023011001300d375400f16402c3009375400516401c300800130043754011149a26cac80101",
280
+ "hash": "d4f6ebcc3080846b8b89d93669ecce7b7690954aa69b4c2a0403b82e"
281
+ },
282
+ {
283
+ "title": "programmable_logic_base.programmable_logic_base.else",
284
+ "redeemer": {
285
+ "schema": {}
286
+ },
287
+ "parameters": [
288
+ {
289
+ "title": "params_policy",
290
+ "schema": {
291
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
292
+ }
293
+ }
294
+ ],
295
+ "compiledCode": "590231010100229800aba2aba1aab9faab9eaab9dab9a9bae002488888896600264653001300800198041804800cc0200092225980099b8748008c020dd500144ca60026018003300c300d0019b874800122259800980098061baa0078991919912cc004c05000e33001301137540172301430150019112cc004cdc4a400800319800801cc05cc05c00a66e012003001400d15980099b894800800633001003980b8014cdc024002002801a2b300130080018980b00145901220244048911192cc004c8cc004004c064dd59802180b1baa30043016375400444b30010018a508acc004cdc79bae301630190010148a51899801001180d000a02a40611325980099b8748010c054dd5000c4cdd7980a994c0040066eacc064c068c068c068c068c068c068c05cdd5007cdd6980c980d00320022225980099b894801000633001003980e180e0014cdc024006002801a2b3001337129001000c66002007301c00299b80480040050034566002601a0031301b0028b202e405c80b8c8cc8966002601a0031323259800980f00140122c80e0dd7180e000980c9baa0038acc004cdc3a40040031323259800980f00140122c80e0dd7180e000980c9baa0038b202e405c2002602c6ea8004c060c058dd5180c180b1baa0018b2028301730183018301537546006602a6ea80062c809a60020033758600460286ea80326eb4c05800d00122c8090dd698088009bad30110023011001300d375400f16402c3009375400516401c300800130043754011149a26cac80101",
296
+ "hash": "d4f6ebcc3080846b8b89d93669ecce7b7690954aa69b4c2a0403b82e"
297
+ },
298
+ {
299
+ "title": "programmable_logic_global.programmable_logic_global.withdraw",
300
+ "redeemer": {
301
+ "title": "redeemer",
302
+ "schema": {
303
+ "$ref": "#/definitions/types~1ProgrammableLogicGlobalRedeemer"
304
+ }
305
+ },
306
+ "parameters": [
307
+ {
308
+ "title": "transfer_hash",
309
+ "schema": {
310
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
311
+ }
312
+ },
313
+ {
314
+ "title": "third_party_hash",
315
+ "schema": {
316
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
317
+ }
318
+ },
319
+ {
320
+ "title": "unfracking_hash",
321
+ "schema": {
322
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
323
+ }
324
+ }
325
+ ],
326
+ "compiledCode": "59014b01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bae0024888888888966002646465300130083754003370e90004c03000e601800491112cc004cdc3a400800919800980818069baa005899199119801001000912cc004cdd798079809800801c528c4cc008008c05000500e1bab3011301230123012301230123012300e375400666e9520023300f375264b300130040018805c56600266e1d200200188054402500c2018300c375400297ae098061baa001488966002600c00315980098081baa004801459011456600266e1d20020018acc004c040dd5002400a2c808a2b30013370e9002000c56600260206ea8012005164045164038807100e22b30013370e900300244c8c966002600a601c6ea8c048c04c00a2946294100d1bad3011001300d375400b16402c8058601660180026016002600c6ea802e29344d95900401",
327
+ "hash": "aa3ca308e88da398f64155598480567c185de903d76364c3a863d0f4"
328
+ },
329
+ {
330
+ "title": "programmable_logic_global.programmable_logic_global.publish",
331
+ "redeemer": {
332
+ "title": "_r",
333
+ "schema": {
334
+ "$ref": "#/definitions/Data"
335
+ }
336
+ },
337
+ "parameters": [
338
+ {
339
+ "title": "transfer_hash",
340
+ "schema": {
341
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
342
+ }
343
+ },
344
+ {
345
+ "title": "third_party_hash",
346
+ "schema": {
347
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
348
+ }
349
+ },
350
+ {
351
+ "title": "unfracking_hash",
352
+ "schema": {
353
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
354
+ }
355
+ }
356
+ ],
357
+ "compiledCode": "59014b01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bae0024888888888966002646465300130083754003370e90004c03000e601800491112cc004cdc3a400800919800980818069baa005899199119801001000912cc004cdd798079809800801c528c4cc008008c05000500e1bab3011301230123012301230123012300e375400666e9520023300f375264b300130040018805c56600266e1d200200188054402500c2018300c375400297ae098061baa001488966002600c00315980098081baa004801459011456600266e1d20020018acc004c040dd5002400a2c808a2b30013370e9002000c56600260206ea8012005164045164038807100e22b30013370e900300244c8c966002600a601c6ea8c048c04c00a2946294100d1bad3011001300d375400b16402c8058601660180026016002600c6ea802e29344d95900401",
358
+ "hash": "aa3ca308e88da398f64155598480567c185de903d76364c3a863d0f4"
359
+ },
360
+ {
361
+ "title": "programmable_logic_global.programmable_logic_global.else",
362
+ "redeemer": {
363
+ "schema": {}
364
+ },
365
+ "parameters": [
366
+ {
367
+ "title": "transfer_hash",
368
+ "schema": {
369
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
370
+ }
371
+ },
372
+ {
373
+ "title": "third_party_hash",
374
+ "schema": {
375
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
376
+ }
377
+ },
378
+ {
379
+ "title": "unfracking_hash",
380
+ "schema": {
381
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
382
+ }
383
+ }
384
+ ],
385
+ "compiledCode": "59014b01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bae0024888888888966002646465300130083754003370e90004c03000e601800491112cc004cdc3a400800919800980818069baa005899199119801001000912cc004cdd798079809800801c528c4cc008008c05000500e1bab3011301230123012301230123012300e375400666e9520023300f375264b300130040018805c56600266e1d200200188054402500c2018300c375400297ae098061baa001488966002600c00315980098081baa004801459011456600266e1d20020018acc004c040dd5002400a2c808a2b30013370e9002000c56600260206ea8012005164045164038807100e22b30013370e900300244c8c966002600a601c6ea8c048c04c00a2946294100d1bad3011001300d375400b16402c8058601660180026016002600c6ea802e29344d95900401",
386
+ "hash": "aa3ca308e88da398f64155598480567c185de903d76364c3a863d0f4"
387
+ },
388
+ {
389
+ "title": "protocol_params.protocol_params.mint",
390
+ "redeemer": {
391
+ "title": "_redeemer",
392
+ "schema": {
393
+ "$ref": "#/definitions/Data"
394
+ }
395
+ },
396
+ "parameters": [
397
+ {
398
+ "title": "utxo_ref",
399
+ "schema": {
400
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
401
+ }
402
+ }
403
+ ],
404
+ "compiledCode": "5907e4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a4888888896600330013003375401323007300830083008300830083008001919b87480e0dc6800cdc3a40012300730080019180398041804000c8c01cc020c020c0200064600e601060106010601000323007300830083008300830080019b874800a4464660020020064464b300130040018800c4cc00c00cc0300090061805000c88c8cc00400400c896600200314a115980099baf0033006300a0018a518998010011805800a00a4021374a9000244444444444453001301400d9809806c966002601660206ea8006260186eb8c050c044dd5000c4c030dd7180a18089baa001403d2232598009806800c4c8c96600260320050048b202c375c602e00260266ea800e2b30013007001899192cc004c06400a0091640586eb8c05c004c04cdd5001c5901120223011375400522329800800c00e446602e0046602e6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e00513300430093301a30180034bd70000c4cc011300103d87a80000054059198008034006446600c0046603800a00280310161bae3015001301a00330180024058911114c004c0600166030603200b22598009802980d180b9baa0028acc004c014c040c05cdd50014566002600a601e602e6ea800a2b30013005300e3017375400515980098029806980b9baa0028992cc004c030c05cdd5000c528c5660033001002a50a51405913006301b3018375400314a080b10161806180b9baa0028a50405514a080aa29410154528202a8a5040552325980099b8748010c058dd5000c4c8c966002602660306ea800a2646464646465300130220019811002cc0880126044007302200248888966002605000d133011302700b13301100413301100313301100213301100113259800980f800c4c9660026054003133013302900100e8b204e3025375400d159800980c800c566002604a6ea801a01b16409916408c8118c08cdd5002c590250c088004c084004c080004c07c004c078004c064dd50014590170800980d180b9baa0018b202a300e301637540029111192cc004c05000626644b300132598009810800c4c96600260246eb4c078006266e3cdd7180e800a4410e50726f746f636f6c506172616d73008b203830200018b203c323300100137566026603a6ea803088c96600266e3c014dd7180f000c4dd5980f800c4cc00c00cc08c00901d1810800c4c8c9660026600e0029462b30013301037566034603c6ea8034c050c078dd5000c56600266ebd300103d87a80003015301e375400513375e6042603c6ea8008c03ccc080cdd2a4004660406ea40112f5c066040980103d87a80004bd70452820388a50407114a080e0c014004cc03cdd6180a180e1baa00b2332259800801452844ca6002604660480033259800980d98101baa00189bad302130243756604860426ea800629000203e30230019bab00348896600200315980099baf0030068998028012400114a0810a264b30013375e980101400030230018acc004cc01800cdd6981218139bab3024001899baf004374c605000514a081122b30013300600348002266ebc01001e29410222044302600140903300b37566030603e6ea800d221008a508a508a5040906e98cc07ccdd81ba9003374c6603e66ec130010f4e50726f746f636f6c506172616d73004c010101004bd6f7b63025eb7bdb1808928c5901a1bae301d301a375400864660020026eb0c078c06cdd5005112cc004cdd7980f980e1baa301f0010238a4d133002002302000140691598009807000c4c8cc88cc89660026032003159800980f9baa00a80145902045660026026003159800980f9baa00a801459020456600266e1d20040018acc004c07cdd5005400a2c81022c80e901d203a159800980b980e1baa0018991919912cc004c09400a264b30013375e980103d87a8000301930223754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003025302900189ba6302a0018801a048409c6eacc09cc0a0cc0400092210037560026eacc06cc088dd5000980d98111baa301b3022375400b1325980099806000a50899912cc004c07c00a2b30013300100537566042604a6ea80522b30013375e6036604a6ea800cc06cc094dd5002c4cdd7980d18129baa003301a3025375400b14a0811a294102345660026032005159800998008029bab30213025375402913375e006646464646034660566058008660566058006660566058004660566058002660566058605a00266056603c60526ea801d2f5c0605800260560026054002604a6ea8016294102344c9660026040604a6ea8006264b30013301937566046604e6ea8058006266ebc014c8c8c8c06ccc0b0c0b400ccc0b0c0b4008cc0b0c0b4004cc0b0c0b4c0b8004cc0b0010cc0b1300103d87a80004bd701816800981600098139baa0078a5040946052604c6ea80062c8120c068c094dd5002a046408c60446ea803888cc05c004c06cc094dd50014590211805000c59020459020181200145902219198008009bac30183020375401e44b30010018a5eb8226644b30013375e604c60466ea800801626604a0046600800800313300400400140846048002604a0028110c088c07cdd50019810980f1baa3017301e3754002660206eb0c080c074dd5006119baf3021301e375400200716406c60386ea8020c078004c078c07c004c068dd5002459018203030183754006229344d95900101",
405
+ "hash": "81926958b1a6a33fd68068ed1ff909dab60c519f0ec913bc3847c372"
406
+ },
407
+ {
408
+ "title": "protocol_params.protocol_params.spend",
409
+ "datum": {
410
+ "title": "datum",
411
+ "schema": {
412
+ "$ref": "#/definitions/programmable_logic~1params~1ProtocolParams"
413
+ }
414
+ },
415
+ "redeemer": {
416
+ "title": "redeemer",
417
+ "schema": {
418
+ "$ref": "#/definitions/types~1ProtocolParamsRedeemer"
419
+ }
420
+ },
421
+ "parameters": [
422
+ {
423
+ "title": "utxo_ref",
424
+ "schema": {
425
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
426
+ }
427
+ }
428
+ ],
429
+ "compiledCode": "5907e4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a4888888896600330013003375401323007300830083008300830083008001919b87480e0dc6800cdc3a40012300730080019180398041804000c8c01cc020c020c0200064600e601060106010601000323007300830083008300830080019b874800a4464660020020064464b300130040018800c4cc00c00cc0300090061805000c88c8cc00400400c896600200314a115980099baf0033006300a0018a518998010011805800a00a4021374a9000244444444444453001301400d9809806c966002601660206ea8006260186eb8c050c044dd5000c4c030dd7180a18089baa001403d2232598009806800c4c8c96600260320050048b202c375c602e00260266ea800e2b30013007001899192cc004c06400a0091640586eb8c05c004c04cdd5001c5901120223011375400522329800800c00e446602e0046602e6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e00513300430093301a30180034bd70000c4cc011300103d87a80000054059198008034006446600c0046603800a00280310161bae3015001301a00330180024058911114c004c0600166030603200b22598009802980d180b9baa0028acc004c014c040c05cdd50014566002600a601e602e6ea800a2b30013005300e3017375400515980098029806980b9baa0028992cc004c030c05cdd5000c528c5660033001002a50a51405913006301b3018375400314a080b10161806180b9baa0028a50405514a080aa29410154528202a8a5040552325980099b8748010c058dd5000c4c8c966002602660306ea800a2646464646465300130220019811002cc0880126044007302200248888966002605000d133011302700b13301100413301100313301100213301100113259800980f800c4c9660026054003133013302900100e8b204e3025375400d159800980c800c566002604a6ea801a01b16409916408c8118c08cdd5002c590250c088004c084004c080004c07c004c078004c064dd50014590170800980d180b9baa0018b202a300e301637540029111192cc004c05000626644b300132598009810800c4c96600260246eb4c078006266e3cdd7180e800a4410e50726f746f636f6c506172616d73008b203830200018b203c323300100137566026603a6ea803088c96600266e3c014dd7180f000c4dd5980f800c4cc00c00cc08c00901d1810800c4c8c9660026600e0029462b30013301037566034603c6ea8034c050c078dd5000c56600266ebd300103d87a80003015301e375400513375e6042603c6ea8008c03ccc080cdd2a4004660406ea40112f5c066040980103d87a80004bd70452820388a50407114a080e0c014004cc03cdd6180a180e1baa00b2332259800801452844ca6002604660480033259800980d98101baa00189bad302130243756604860426ea800629000203e30230019bab00348896600200315980099baf0030068998028012400114a0810a264b30013375e980101400030230018acc004cc01800cdd6981218139bab3024001899baf004374c605000514a081122b30013300600348002266ebc01001e29410222044302600140903300b37566030603e6ea800d221008a508a508a5040906e98cc07ccdd81ba9003374c6603e66ec130010f4e50726f746f636f6c506172616d73004c010101004bd6f7b63025eb7bdb1808928c5901a1bae301d301a375400864660020026eb0c078c06cdd5005112cc004cdd7980f980e1baa301f0010238a4d133002002302000140691598009807000c4c8cc88cc89660026032003159800980f9baa00a80145902045660026026003159800980f9baa00a801459020456600266e1d20040018acc004c07cdd5005400a2c81022c80e901d203a159800980b980e1baa0018991919912cc004c09400a264b30013375e980103d87a8000301930223754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003025302900189ba6302a0018801a048409c6eacc09cc0a0cc0400092210037560026eacc06cc088dd5000980d98111baa301b3022375400b1325980099806000a50899912cc004c07c00a2b30013300100537566042604a6ea80522b30013375e6036604a6ea800cc06cc094dd5002c4cdd7980d18129baa003301a3025375400b14a0811a294102345660026032005159800998008029bab30213025375402913375e006646464646034660566058008660566058006660566058004660566058002660566058605a00266056603c60526ea801d2f5c0605800260560026054002604a6ea8016294102344c9660026040604a6ea8006264b30013301937566046604e6ea8058006266ebc014c8c8c8c06ccc0b0c0b400ccc0b0c0b4008cc0b0c0b4004cc0b0c0b4c0b8004cc0b0010cc0b1300103d87a80004bd701816800981600098139baa0078a5040946052604c6ea80062c8120c068c094dd5002a046408c60446ea803888cc05c004c06cc094dd50014590211805000c59020459020181200145902219198008009bac30183020375401e44b30010018a5eb8226644b30013375e604c60466ea800801626604a0046600800800313300400400140846048002604a0028110c088c07cdd50019810980f1baa3017301e3754002660206eb0c080c074dd5006119baf3021301e375400200716406c60386ea8020c078004c078c07c004c068dd5002459018203030183754006229344d95900101",
430
+ "hash": "81926958b1a6a33fd68068ed1ff909dab60c519f0ec913bc3847c372"
431
+ },
432
+ {
433
+ "title": "protocol_params.protocol_params.else",
434
+ "redeemer": {
435
+ "schema": {}
436
+ },
437
+ "parameters": [
438
+ {
439
+ "title": "utxo_ref",
440
+ "schema": {
441
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
442
+ }
443
+ }
444
+ ],
445
+ "compiledCode": "5907e4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a4888888896600330013003375401323007300830083008300830083008001919b87480e0dc6800cdc3a40012300730080019180398041804000c8c01cc020c020c0200064600e601060106010601000323007300830083008300830080019b874800a4464660020020064464b300130040018800c4cc00c00cc0300090061805000c88c8cc00400400c896600200314a115980099baf0033006300a0018a518998010011805800a00a4021374a9000244444444444453001301400d9809806c966002601660206ea8006260186eb8c050c044dd5000c4c030dd7180a18089baa001403d2232598009806800c4c8c96600260320050048b202c375c602e00260266ea800e2b30013007001899192cc004c06400a0091640586eb8c05c004c04cdd5001c5901120223011375400522329800800c00e446602e0046602e6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e00513300430093301a30180034bd70000c4cc011300103d87a80000054059198008034006446600c0046603800a00280310161bae3015001301a00330180024058911114c004c0600166030603200b22598009802980d180b9baa0028acc004c014c040c05cdd50014566002600a601e602e6ea800a2b30013005300e3017375400515980098029806980b9baa0028992cc004c030c05cdd5000c528c5660033001002a50a51405913006301b3018375400314a080b10161806180b9baa0028a50405514a080aa29410154528202a8a5040552325980099b8748010c058dd5000c4c8c966002602660306ea800a2646464646465300130220019811002cc0880126044007302200248888966002605000d133011302700b13301100413301100313301100213301100113259800980f800c4c9660026054003133013302900100e8b204e3025375400d159800980c800c566002604a6ea801a01b16409916408c8118c08cdd5002c590250c088004c084004c080004c07c004c078004c064dd50014590170800980d180b9baa0018b202a300e301637540029111192cc004c05000626644b300132598009810800c4c96600260246eb4c078006266e3cdd7180e800a4410e50726f746f636f6c506172616d73008b203830200018b203c323300100137566026603a6ea803088c96600266e3c014dd7180f000c4dd5980f800c4cc00c00cc08c00901d1810800c4c8c9660026600e0029462b30013301037566034603c6ea8034c050c078dd5000c56600266ebd300103d87a80003015301e375400513375e6042603c6ea8008c03ccc080cdd2a4004660406ea40112f5c066040980103d87a80004bd70452820388a50407114a080e0c014004cc03cdd6180a180e1baa00b2332259800801452844ca6002604660480033259800980d98101baa00189bad302130243756604860426ea800629000203e30230019bab00348896600200315980099baf0030068998028012400114a0810a264b30013375e980101400030230018acc004cc01800cdd6981218139bab3024001899baf004374c605000514a081122b30013300600348002266ebc01001e29410222044302600140903300b37566030603e6ea800d221008a508a508a5040906e98cc07ccdd81ba9003374c6603e66ec130010f4e50726f746f636f6c506172616d73004c010101004bd6f7b63025eb7bdb1808928c5901a1bae301d301a375400864660020026eb0c078c06cdd5005112cc004cdd7980f980e1baa301f0010238a4d133002002302000140691598009807000c4c8cc88cc89660026032003159800980f9baa00a80145902045660026026003159800980f9baa00a801459020456600266e1d20040018acc004c07cdd5005400a2c81022c80e901d203a159800980b980e1baa0018991919912cc004c09400a264b30013375e980103d87a8000301930223754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003025302900189ba6302a0018801a048409c6eacc09cc0a0cc0400092210037560026eacc06cc088dd5000980d98111baa301b3022375400b1325980099806000a50899912cc004c07c00a2b30013300100537566042604a6ea80522b30013375e6036604a6ea800cc06cc094dd5002c4cdd7980d18129baa003301a3025375400b14a0811a294102345660026032005159800998008029bab30213025375402913375e006646464646034660566058008660566058006660566058004660566058002660566058605a00266056603c60526ea801d2f5c0605800260560026054002604a6ea8016294102344c9660026040604a6ea8006264b30013301937566046604e6ea8058006266ebc014c8c8c8c06ccc0b0c0b400ccc0b0c0b4008cc0b0c0b4004cc0b0c0b4c0b8004cc0b0010cc0b1300103d87a80004bd701816800981600098139baa0078a5040946052604c6ea80062c8120c068c094dd5002a046408c60446ea803888cc05c004c06cc094dd50014590211805000c59020459020181200145902219198008009bac30183020375401e44b30010018a5eb8226644b30013375e604c60466ea800801626604a0046600800800313300400400140846048002604a0028110c088c07cdd50019810980f1baa3017301e3754002660206eb0c080c074dd5006119baf3021301e375400200716406c60386ea8020c078004c078c07c004c068dd5002459018203030183754006229344d95900101",
446
+ "hash": "81926958b1a6a33fd68068ed1ff909dab60c519f0ec913bc3847c372"
447
+ },
448
+ {
449
+ "title": "registry.registry.mint",
450
+ "redeemer": {
451
+ "title": "redeemer",
452
+ "schema": {
453
+ "$ref": "#/definitions/types~1RegistryRedeemer"
454
+ }
455
+ },
456
+ "parameters": [
457
+ {
458
+ "title": "utxo_ref",
459
+ "schema": {
460
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
461
+ }
462
+ },
463
+ {
464
+ "title": "issuance_cbor_hex_cs",
465
+ "schema": {
466
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
467
+ }
468
+ }
469
+ ],
470
+ "compiledCode": "590a0a0101002229800aba2aba1aba0aab9faab9eaab9dab9a9bae0024888888896600330013004375401323008300930090019b87480026e1d200291804180498049804800c8c020c02400644646600200200644b30010018a5eb8226644b3001300500289980600119802002000c4cc01001000500818058009806000a012918041804980498049804800c8c020c024c024c024c024c024c024006446466002002601600644b30010018a508acc004cdc79bae3007300b0010038a518998010011806000a00c40252232330010010032232598009802000c4006266006006601a0048038c02c006460106012601260126012601200323370e901c1b8d0019ba548001222222222222229800980b0074c05403a4464b3001300f001899192cc004c06c00a0091640606eb8c064004c054dd5001c566002601c0031323259800980d80140122c80c0dd7180c800980a9baa0038b2026404c60266ea800a464b30013370e900218099baa0018980b980a1baa0018b2024300e30133754003259800980698091baa001898019bae30163013375400313003375c602c60266ea800501124444466453001301837540052225980099baf301f301c3754006003159800980a980d9baa3014301c3754007132598009810800c4c96600266e3cdd7180e80080244c96600260460031323259800980d1bad3021002899198050008acc004cdc81bae3025302237540026eb8c064c088dd5000c56600266e3c008dd7181298111baa0018800c59020459020180600445901f1bae301f00130220018b20403756603c003164070604000316407860406eacc04cc070dd5001c5901a45901a4c07001d22259800980b001c4c8cc89660026032003159800980f9baa004801459020456600260300031323322598009813000c4cc038c0940040162c8118dd718118009812000980f9baa0048b203a4074264b30013018301d375400713322598009812000c56600266ebd30013ad8799f40581effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8799f40ffd8799f40ffd8799f40ffd8799f40ff40ff0098009811800c012601e6604466e95200233022375200897ae0330224c103d87a80004bd70200c899b8f48900330033756602a60406ea8034012294101e45902119198008009bac3022301f375401844b30013375e604660406ea8c08c00409e29344cc008008c09000501e1980a1bac3019301e37540164660246eacc058c07cdd5000801c4ca60026eb8c08800660446046003300a3016301f3754660226eb0c058c07cdd50061198099bab301730203754602e60406ea800407522259800980e18109baa0018991919912cc004c0a800e2b300159800980f98129baa006899b8f379066e292201010300337146eb8c0a4c098dd500299b8a375c6052604c6ea8018dd7180e98131baa0050078b20488acc004c8cc004004dd5980d98139baa014225980099baf3027302b0010088a518998010011816000a04c8acc004cdc7998049bab301b3026375402601400f132598009815800c4c8c8cc0440044c8c966002605e003133223375e64b30019800801c03e6eb8c094c0b8dd500340390014400a2b30019800801403e6eb8c094c0b8dd500340390014400e2c816102c11112cc004cdc79bae30343031375400800715980099b8f375c605060626ea801000a2b30013021375c606860626ea80122b30015980098109bae30283031375400914a313371e91011effffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00375c605060626ea801102f45660026036605260626ea80122b3001301b30263031375400915980099baf302c30313754008003159800980d981618189baa0048acc0056600260566e34dd7181298189baa0048a51898109bae302530313754008817a2b30013375e980105d8799f40ff0030223031375400914a31301b302230313754008817a294102f4528205e8a5040bd14a0817a294102f4528205e8a5040bd14a0817a294102f19180e998181818800998181ba900f30323032001302d375400b3001302e002807cc0b8c0acdd5181118159baa00440453001302e001807cc0b8c0acdd5181118159baa00440451640b0605c0026603e6eb0c090c0a4dd500b11980e9bab3021302a375400201c6026603e60506ea8004c0a80062c8140cc070dd6181498131baa01323301a3756603c604e6ea8c078c09cdd5000805c590244590244590244590271bae3027001375c604e004604e00260446ea80062c8100603c6ea800d01c11192cc004c090006264b3001301a375a60420031375c604000316407c604600316408464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660480050054089133004004302800340886eb8c088004c0940050230a5eb7bdb180c070dd50011bae301f301c375400b159800980a801c4c8cc89660026032603c6ea8006264b3001980099199119801001000912cc0040062942264b3001337200020091330030033028002899b8f00400140886eb8c088c0980050241bab30163021375401c6eb8c08cc080dd5000d28528a03c899192cc004c06cc084dd5000c4c8c966002603c60466ea8006264b30013029001899b8848000dd698129814000c590261bab302730243754003132598009814800c56600264b30013375e002602a660506052604c6ea801ccc0a0c074c098dd500399814181098131baa00733028301e30263754002660506036604c6ea8004cc0a0c05cc098dd500099814180d18131baa0014bd7045660026020603c604c6ea80062b30013010301b30263754003159800acc004c080dc69bae301a3026375400314a313016375c6034604c6ea8005024456600266ebd300105d8799f40ff0030173026375400314a31301030173026375400281222941024452820488a50409114a0812260026050003003981418129baa301c3025375400a805a2b3001301e302437546040604a6ea801a26466446600400400244b30010018a508acc004cdd780198139815800c528c4cc008008c0b0005026205237566034604c6ea804cc080c094dd5003452820468a50408d164098660346eb0c07cc090dd500891980c1bab301c302537540020068110c8c8cc004004dd5980d18129baa0122259800800c00e26464b30013372200c00315980099b8f0060018980b99815181400125eb8200a813226600800860580068130dd718130009814800a04e14c103d87a8000375c604a60446ea80062c8100c090c084dd5181218109baa301830213754002660246eb0c08cc080dd5006919baf3024302137540020091640786044603e6ea80062c80e8c080004c080c084004c070dd5002c5901a2034180d180d802912cc004c04cc060dd500144c8c8c8c8c8c8ca60026eb8c08c0066eb8c08c01e6eb8c08c01a6046009302300398118012444444b3001302a00789980918148058998090018998090010998090008074590270c08c004c088004c084004c080004c07c004c078004c064dd50014590171149a26cac80101",
471
+ "hash": "3d5e0abfae7f7e01c67853a397f2069c7e2ba214032745482d47f763"
472
+ },
473
+ {
474
+ "title": "registry.registry.spend",
475
+ "datum": {
476
+ "title": "datum",
477
+ "schema": {
478
+ "$ref": "#/definitions/registry_node~1RegistryNode"
479
+ }
480
+ },
481
+ "redeemer": {
482
+ "title": "_redeemer",
483
+ "schema": {
484
+ "$ref": "#/definitions/Data"
485
+ }
486
+ },
487
+ "parameters": [
488
+ {
489
+ "title": "utxo_ref",
490
+ "schema": {
491
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
492
+ }
493
+ },
494
+ {
495
+ "title": "issuance_cbor_hex_cs",
496
+ "schema": {
497
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
498
+ }
499
+ }
500
+ ],
501
+ "compiledCode": "590a0a0101002229800aba2aba1aba0aab9faab9eaab9dab9a9bae0024888888896600330013004375401323008300930090019b87480026e1d200291804180498049804800c8c020c02400644646600200200644b30010018a5eb8226644b3001300500289980600119802002000c4cc01001000500818058009806000a012918041804980498049804800c8c020c024c024c024c024c024c024006446466002002601600644b30010018a508acc004cdc79bae3007300b0010038a518998010011806000a00c40252232330010010032232598009802000c4006266006006601a0048038c02c006460106012601260126012601200323370e901c1b8d0019ba548001222222222222229800980b0074c05403a4464b3001300f001899192cc004c06c00a0091640606eb8c064004c054dd5001c566002601c0031323259800980d80140122c80c0dd7180c800980a9baa0038b2026404c60266ea800a464b30013370e900218099baa0018980b980a1baa0018b2024300e30133754003259800980698091baa001898019bae30163013375400313003375c602c60266ea800501124444466453001301837540052225980099baf301f301c3754006003159800980a980d9baa3014301c3754007132598009810800c4c96600266e3cdd7180e80080244c96600260460031323259800980d1bad3021002899198050008acc004cdc81bae3025302237540026eb8c064c088dd5000c56600266e3c008dd7181298111baa0018800c59020459020180600445901f1bae301f00130220018b20403756603c003164070604000316407860406eacc04cc070dd5001c5901a45901a4c07001d22259800980b001c4c8cc89660026032003159800980f9baa004801459020456600260300031323322598009813000c4cc038c0940040162c8118dd718118009812000980f9baa0048b203a4074264b30013018301d375400713322598009812000c56600266ebd30013ad8799f40581effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8799f40ffd8799f40ffd8799f40ffd8799f40ff40ff0098009811800c012601e6604466e95200233022375200897ae0330224c103d87a80004bd70200c899b8f48900330033756602a60406ea8034012294101e45902119198008009bac3022301f375401844b30013375e604660406ea8c08c00409e29344cc008008c09000501e1980a1bac3019301e37540164660246eacc058c07cdd5000801c4ca60026eb8c08800660446046003300a3016301f3754660226eb0c058c07cdd50061198099bab301730203754602e60406ea800407522259800980e18109baa0018991919912cc004c0a800e2b300159800980f98129baa006899b8f379066e292201010300337146eb8c0a4c098dd500299b8a375c6052604c6ea8018dd7180e98131baa0050078b20488acc004c8cc004004dd5980d98139baa014225980099baf3027302b0010088a518998010011816000a04c8acc004cdc7998049bab301b3026375402601400f132598009815800c4c8c8cc0440044c8c966002605e003133223375e64b30019800801c03e6eb8c094c0b8dd500340390014400a2b30019800801403e6eb8c094c0b8dd500340390014400e2c816102c11112cc004cdc79bae30343031375400800715980099b8f375c605060626ea801000a2b30013021375c606860626ea80122b30015980098109bae30283031375400914a313371e91011effffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00375c605060626ea801102f45660026036605260626ea80122b3001301b30263031375400915980099baf302c30313754008003159800980d981618189baa0048acc0056600260566e34dd7181298189baa0048a51898109bae302530313754008817a2b30013375e980105d8799f40ff0030223031375400914a31301b302230313754008817a294102f4528205e8a5040bd14a0817a294102f4528205e8a5040bd14a0817a294102f19180e998181818800998181ba900f30323032001302d375400b3001302e002807cc0b8c0acdd5181118159baa00440453001302e001807cc0b8c0acdd5181118159baa00440451640b0605c0026603e6eb0c090c0a4dd500b11980e9bab3021302a375400201c6026603e60506ea8004c0a80062c8140cc070dd6181498131baa01323301a3756603c604e6ea8c078c09cdd5000805c590244590244590244590271bae3027001375c604e004604e00260446ea80062c8100603c6ea800d01c11192cc004c090006264b3001301a375a60420031375c604000316407c604600316408464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660480050054089133004004302800340886eb8c088004c0940050230a5eb7bdb180c070dd50011bae301f301c375400b159800980a801c4c8cc89660026032603c6ea8006264b3001980099199119801001000912cc0040062942264b3001337200020091330030033028002899b8f00400140886eb8c088c0980050241bab30163021375401c6eb8c08cc080dd5000d28528a03c899192cc004c06cc084dd5000c4c8c966002603c60466ea8006264b30013029001899b8848000dd698129814000c590261bab302730243754003132598009814800c56600264b30013375e002602a660506052604c6ea801ccc0a0c074c098dd500399814181098131baa00733028301e30263754002660506036604c6ea8004cc0a0c05cc098dd500099814180d18131baa0014bd7045660026020603c604c6ea80062b30013010301b30263754003159800acc004c080dc69bae301a3026375400314a313016375c6034604c6ea8005024456600266ebd300105d8799f40ff0030173026375400314a31301030173026375400281222941024452820488a50409114a0812260026050003003981418129baa301c3025375400a805a2b3001301e302437546040604a6ea801a26466446600400400244b30010018a508acc004cdd780198139815800c528c4cc008008c0b0005026205237566034604c6ea804cc080c094dd5003452820468a50408d164098660346eb0c07cc090dd500891980c1bab301c302537540020068110c8c8cc004004dd5980d18129baa0122259800800c00e26464b30013372200c00315980099b8f0060018980b99815181400125eb8200a813226600800860580068130dd718130009814800a04e14c103d87a8000375c604a60446ea80062c8100c090c084dd5181218109baa301830213754002660246eb0c08cc080dd5006919baf3024302137540020091640786044603e6ea80062c80e8c080004c080c084004c070dd5002c5901a2034180d180d802912cc004c04cc060dd500144c8c8c8c8c8c8ca60026eb8c08c0066eb8c08c01e6eb8c08c01a6046009302300398118012444444b3001302a00789980918148058998090018998090010998090008074590270c08c004c088004c084004c080004c07c004c078004c064dd50014590171149a26cac80101",
502
+ "hash": "3d5e0abfae7f7e01c67853a397f2069c7e2ba214032745482d47f763"
503
+ },
504
+ {
505
+ "title": "registry.registry.else",
506
+ "redeemer": {
507
+ "schema": {}
508
+ },
509
+ "parameters": [
510
+ {
511
+ "title": "utxo_ref",
512
+ "schema": {
513
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
514
+ }
515
+ },
516
+ {
517
+ "title": "issuance_cbor_hex_cs",
518
+ "schema": {
519
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
520
+ }
521
+ }
522
+ ],
523
+ "compiledCode": "590a0a0101002229800aba2aba1aba0aab9faab9eaab9dab9a9bae0024888888896600330013004375401323008300930090019b87480026e1d200291804180498049804800c8c020c02400644646600200200644b30010018a5eb8226644b3001300500289980600119802002000c4cc01001000500818058009806000a012918041804980498049804800c8c020c024c024c024c024c024c024006446466002002601600644b30010018a508acc004cdc79bae3007300b0010038a518998010011806000a00c40252232330010010032232598009802000c4006266006006601a0048038c02c006460106012601260126012601200323370e901c1b8d0019ba548001222222222222229800980b0074c05403a4464b3001300f001899192cc004c06c00a0091640606eb8c064004c054dd5001c566002601c0031323259800980d80140122c80c0dd7180c800980a9baa0038b2026404c60266ea800a464b30013370e900218099baa0018980b980a1baa0018b2024300e30133754003259800980698091baa001898019bae30163013375400313003375c602c60266ea800501124444466453001301837540052225980099baf301f301c3754006003159800980a980d9baa3014301c3754007132598009810800c4c96600266e3cdd7180e80080244c96600260460031323259800980d1bad3021002899198050008acc004cdc81bae3025302237540026eb8c064c088dd5000c56600266e3c008dd7181298111baa0018800c59020459020180600445901f1bae301f00130220018b20403756603c003164070604000316407860406eacc04cc070dd5001c5901a45901a4c07001d22259800980b001c4c8cc89660026032003159800980f9baa004801459020456600260300031323322598009813000c4cc038c0940040162c8118dd718118009812000980f9baa0048b203a4074264b30013018301d375400713322598009812000c56600266ebd30013ad8799f40581effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8799f40ffd8799f40ffd8799f40ffd8799f40ff40ff0098009811800c012601e6604466e95200233022375200897ae0330224c103d87a80004bd70200c899b8f48900330033756602a60406ea8034012294101e45902119198008009bac3022301f375401844b30013375e604660406ea8c08c00409e29344cc008008c09000501e1980a1bac3019301e37540164660246eacc058c07cdd5000801c4ca60026eb8c08800660446046003300a3016301f3754660226eb0c058c07cdd50061198099bab301730203754602e60406ea800407522259800980e18109baa0018991919912cc004c0a800e2b300159800980f98129baa006899b8f379066e292201010300337146eb8c0a4c098dd500299b8a375c6052604c6ea8018dd7180e98131baa0050078b20488acc004c8cc004004dd5980d98139baa014225980099baf3027302b0010088a518998010011816000a04c8acc004cdc7998049bab301b3026375402601400f132598009815800c4c8c8cc0440044c8c966002605e003133223375e64b30019800801c03e6eb8c094c0b8dd500340390014400a2b30019800801403e6eb8c094c0b8dd500340390014400e2c816102c11112cc004cdc79bae30343031375400800715980099b8f375c605060626ea801000a2b30013021375c606860626ea80122b30015980098109bae30283031375400914a313371e91011effffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00375c605060626ea801102f45660026036605260626ea80122b3001301b30263031375400915980099baf302c30313754008003159800980d981618189baa0048acc0056600260566e34dd7181298189baa0048a51898109bae302530313754008817a2b30013375e980105d8799f40ff0030223031375400914a31301b302230313754008817a294102f4528205e8a5040bd14a0817a294102f4528205e8a5040bd14a0817a294102f19180e998181818800998181ba900f30323032001302d375400b3001302e002807cc0b8c0acdd5181118159baa00440453001302e001807cc0b8c0acdd5181118159baa00440451640b0605c0026603e6eb0c090c0a4dd500b11980e9bab3021302a375400201c6026603e60506ea8004c0a80062c8140cc070dd6181498131baa01323301a3756603c604e6ea8c078c09cdd5000805c590244590244590244590271bae3027001375c604e004604e00260446ea80062c8100603c6ea800d01c11192cc004c090006264b3001301a375a60420031375c604000316407c604600316408464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660480050054089133004004302800340886eb8c088004c0940050230a5eb7bdb180c070dd50011bae301f301c375400b159800980a801c4c8cc89660026032603c6ea8006264b3001980099199119801001000912cc0040062942264b3001337200020091330030033028002899b8f00400140886eb8c088c0980050241bab30163021375401c6eb8c08cc080dd5000d28528a03c899192cc004c06cc084dd5000c4c8c966002603c60466ea8006264b30013029001899b8848000dd698129814000c590261bab302730243754003132598009814800c56600264b30013375e002602a660506052604c6ea801ccc0a0c074c098dd500399814181098131baa00733028301e30263754002660506036604c6ea8004cc0a0c05cc098dd500099814180d18131baa0014bd7045660026020603c604c6ea80062b30013010301b30263754003159800acc004c080dc69bae301a3026375400314a313016375c6034604c6ea8005024456600266ebd300105d8799f40ff0030173026375400314a31301030173026375400281222941024452820488a50409114a0812260026050003003981418129baa301c3025375400a805a2b3001301e302437546040604a6ea801a26466446600400400244b30010018a508acc004cdd780198139815800c528c4cc008008c0b0005026205237566034604c6ea804cc080c094dd5003452820468a50408d164098660346eb0c07cc090dd500891980c1bab301c302537540020068110c8c8cc004004dd5980d18129baa0122259800800c00e26464b30013372200c00315980099b8f0060018980b99815181400125eb8200a813226600800860580068130dd718130009814800a04e14c103d87a8000375c604a60446ea80062c8100c090c084dd5181218109baa301830213754002660246eb0c08cc080dd5006919baf3024302137540020091640786044603e6ea80062c80e8c080004c080c084004c070dd5002c5901a2034180d180d802912cc004c04cc060dd500144c8c8c8c8c8c8ca60026eb8c08c0066eb8c08c01e6eb8c08c01a6046009302300398118012444444b3001302a00789980918148058998090018998090010998090008074590270c08c004c088004c084004c080004c07c004c078004c064dd50014590171149a26cac80101",
524
+ "hash": "3d5e0abfae7f7e01c67853a397f2069c7e2ba214032745482d47f763"
525
+ },
526
+ {
527
+ "title": "third_party.third_party.withdraw",
528
+ "redeemer": {
529
+ "title": "redeemer",
530
+ "schema": {
531
+ "$ref": "#/definitions/types~1ThirdPartyRedeemer"
532
+ }
533
+ },
534
+ "parameters": [
535
+ {
536
+ "title": "programmable_logic_base_cred",
537
+ "schema": {
538
+ "$ref": "#/definitions/cardano~1address~1Credential"
539
+ }
540
+ },
541
+ {
542
+ "title": "registry_node_cs",
543
+ "schema": {
544
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
545
+ }
546
+ },
547
+ {
548
+ "title": "max_inline_datum_bytes",
549
+ "schema": {
550
+ "$ref": "#/definitions/Int"
551
+ }
552
+ }
553
+ ],
554
+ "compiledCode": "5906ea01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c058006444b30010018a5189991191980080080291192cc004cdc79bae3018005375c603000315980099b89375a603200a6eb4c06400633001008980e80140110084528202e899801801980e801202e301b001301700130180014055223232330010010042259800800c00e26464b30013372200c00315980099b8f00600189bab3018002802a02c899802002180e001a02c375c602c002603200280b852f5bded8c122329800800c00e004800888966002005100189919914c00401a603a00b32330010010052259800800c4cc074cdd81ba9004375000697adef6c6089919912cc004cdc8803801456600266e3c01c00a264b30013370e00266e052000007880144cc084cdd81ba9008375066e0000401c00901d1bad301e00389981019bb0375200e6ea001801101c44cc08000ccc01401400501c1bae301b0013020002301e00140708030dd7180b0009bad30170013019002405d222329800800c01297adef6c604004444b30010028cc00400697adef6c60a5eb7bdb18100444c8cc896600266e4000802233001006800ccc07000c011006456600266e3c008022330010049bab301a003800a00e8cc00401297adef6c60802a00e406080c0dd7180b800980e001980d001203091192cc004cdc7a44100375c602600313259800980c800c4cc00cdd6980a980c000980c8024590161bab30140018b20243016002488888888a6002600a00b225980099192cc004cdc3a400400314a1159800980a800c528c4cdc49b8d37666042603c6ea800800d01c2038301c3754002601260386ea800a266ebd300103d87a80003008301c375400514a080d26464b30013371e6eb8c06cc07cc080dd59805180e1baa300a301c37540020331325980099b8748010c070dd5000c4c080c074dd5000c5901b1804980e1baa300a301c375400316406930010019bac3009301b3754023375a603c01480088896600266e2520040018cc00400e60426042005337009001800a0068acc004cdc4a400400319800801cc08400a66e012001001400d159800980a000c4c08000a2c80d901b20369bad301d301e00948888c8cc88cc896600260340031323259800981480140122c8130dd7181380098119baa0038acc004cdc3a40040031323259800981480140122c8130dd7181380098119baa0038b204240842b300132330010013756604a604c604c604c604c604c604c60446ea8060896600266ebcc088c09800400e2946266004004604e002810a26530010019bac300f30223754031005a5eb7bdb18100111112cc004cdc4801240011329800800cdd6181498131baa01c8024cc040dd59814981518151815181518131baa01c0078012002222225980080244cc040ca6002003004801200222259800801440063300100398188014c96600266ebcc0c4c0b8dd5181898171baa0010368992cc004c098c0b8dd5000c566002604c605c6ea8c0c8c0bcdd5000c56600266028004057133018330193756603a605e6ea800804000e2c816a2c816a2c8168c070c0b8dd5181898171baa001880120583030002400c817000a26644b30013375e605e60586ea8c0bcc0b0dd500101a44c96600266ebcc0c0c0b4dd5000981818169baa0038acc004cdd7980d18169baa001301a302d375400715980099baf3019302d37540026032605a6ea800e2660286eacc06cc0b4dd5001911980b1bab301d302f375400644b30013371200800519800801c04a445300100480ac88966003300159800802c528c5282070a50a5140d5159800acc004cdd79ba6006374c00713375e6e98010dd3000c528206a8cc00404a019303b01099810007802ccc080008039012459035459035203840651640bd1640ad1640ad1640ac605e00b19800803c00600b004801a00e40a8605a605c60546ea8c0b4010c0b801102b44c8cc896600266ebcc0acc0a0dd5181598141baa0010308992cc004c080c0a0dd5000c566002604060506ea8c0b0c0a4dd5000c5660026601c00404b1300333012005330133756602e60526ea800802a2c813a2c813a2c8138c058c0a0dd5181598141baa00189801002204c29800803400a66e012001004800a00c30290043029003408d16407c60406ea8004dd7181100098111811981198119811800980f1baa00222c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d95900301",
555
+ "hash": "5cc5ee86747ed2434ef7971880cd2272a5663e82e8194751dd38495b"
556
+ },
557
+ {
558
+ "title": "third_party.third_party.publish",
559
+ "redeemer": {
560
+ "title": "_r",
561
+ "schema": {
562
+ "$ref": "#/definitions/Data"
563
+ }
564
+ },
565
+ "parameters": [
566
+ {
567
+ "title": "programmable_logic_base_cred",
568
+ "schema": {
569
+ "$ref": "#/definitions/cardano~1address~1Credential"
570
+ }
571
+ },
572
+ {
573
+ "title": "registry_node_cs",
574
+ "schema": {
575
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
576
+ }
577
+ },
578
+ {
579
+ "title": "max_inline_datum_bytes",
580
+ "schema": {
581
+ "$ref": "#/definitions/Int"
582
+ }
583
+ }
584
+ ],
585
+ "compiledCode": "5906ea01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c058006444b30010018a5189991191980080080291192cc004cdc79bae3018005375c603000315980099b89375a603200a6eb4c06400633001008980e80140110084528202e899801801980e801202e301b001301700130180014055223232330010010042259800800c00e26464b30013372200c00315980099b8f00600189bab3018002802a02c899802002180e001a02c375c602c002603200280b852f5bded8c122329800800c00e004800888966002005100189919914c00401a603a00b32330010010052259800800c4cc074cdd81ba9004375000697adef6c6089919912cc004cdc8803801456600266e3c01c00a264b30013370e00266e052000007880144cc084cdd81ba9008375066e0000401c00901d1bad301e00389981019bb0375200e6ea001801101c44cc08000ccc01401400501c1bae301b0013020002301e00140708030dd7180b0009bad30170013019002405d222329800800c01297adef6c604004444b30010028cc00400697adef6c60a5eb7bdb18100444c8cc896600266e4000802233001006800ccc07000c011006456600266e3c008022330010049bab301a003800a00e8cc00401297adef6c60802a00e406080c0dd7180b800980e001980d001203091192cc004cdc7a44100375c602600313259800980c800c4cc00cdd6980a980c000980c8024590161bab30140018b20243016002488888888a6002600a00b225980099192cc004cdc3a400400314a1159800980a800c528c4cdc49b8d37666042603c6ea800800d01c2038301c3754002601260386ea800a266ebd300103d87a80003008301c375400514a080d26464b30013371e6eb8c06cc07cc080dd59805180e1baa300a301c37540020331325980099b8748010c070dd5000c4c080c074dd5000c5901b1804980e1baa300a301c375400316406930010019bac3009301b3754023375a603c01480088896600266e2520040018cc00400e60426042005337009001800a0068acc004cdc4a400400319800801cc08400a66e012001001400d159800980a000c4c08000a2c80d901b20369bad301d301e00948888c8cc88cc896600260340031323259800981480140122c8130dd7181380098119baa0038acc004cdc3a40040031323259800981480140122c8130dd7181380098119baa0038b204240842b300132330010013756604a604c604c604c604c604c604c60446ea8060896600266ebcc088c09800400e2946266004004604e002810a26530010019bac300f30223754031005a5eb7bdb18100111112cc004cdc4801240011329800800cdd6181498131baa01c8024cc040dd59814981518151815181518131baa01c0078012002222225980080244cc040ca6002003004801200222259800801440063300100398188014c96600266ebcc0c4c0b8dd5181898171baa0010368992cc004c098c0b8dd5000c566002604c605c6ea8c0c8c0bcdd5000c56600266028004057133018330193756603a605e6ea800804000e2c816a2c816a2c8168c070c0b8dd5181898171baa001880120583030002400c817000a26644b30013375e605e60586ea8c0bcc0b0dd500101a44c96600266ebcc0c0c0b4dd5000981818169baa0038acc004cdd7980d18169baa001301a302d375400715980099baf3019302d37540026032605a6ea800e2660286eacc06cc0b4dd5001911980b1bab301d302f375400644b30013371200800519800801c04a445300100480ac88966003300159800802c528c5282070a50a5140d5159800acc004cdd79ba6006374c00713375e6e98010dd3000c528206a8cc00404a019303b01099810007802ccc080008039012459035459035203840651640bd1640ad1640ad1640ac605e00b19800803c00600b004801a00e40a8605a605c60546ea8c0b4010c0b801102b44c8cc896600266ebcc0acc0a0dd5181598141baa0010308992cc004c080c0a0dd5000c566002604060506ea8c0b0c0a4dd5000c5660026601c00404b1300333012005330133756602e60526ea800802a2c813a2c813a2c8138c058c0a0dd5181598141baa00189801002204c29800803400a66e012001004800a00c30290043029003408d16407c60406ea8004dd7181100098111811981198119811800980f1baa00222c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d95900301",
586
+ "hash": "5cc5ee86747ed2434ef7971880cd2272a5663e82e8194751dd38495b"
587
+ },
588
+ {
589
+ "title": "third_party.third_party.else",
590
+ "redeemer": {
591
+ "schema": {}
592
+ },
593
+ "parameters": [
594
+ {
595
+ "title": "programmable_logic_base_cred",
596
+ "schema": {
597
+ "$ref": "#/definitions/cardano~1address~1Credential"
598
+ }
599
+ },
600
+ {
601
+ "title": "registry_node_cs",
602
+ "schema": {
603
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
604
+ }
605
+ },
606
+ {
607
+ "title": "max_inline_datum_bytes",
608
+ "schema": {
609
+ "$ref": "#/definitions/Int"
610
+ }
611
+ }
612
+ ],
613
+ "compiledCode": "5906ea01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c058006444b30010018a5189991191980080080291192cc004cdc79bae3018005375c603000315980099b89375a603200a6eb4c06400633001008980e80140110084528202e899801801980e801202e301b001301700130180014055223232330010010042259800800c00e26464b30013372200c00315980099b8f00600189bab3018002802a02c899802002180e001a02c375c602c002603200280b852f5bded8c122329800800c00e004800888966002005100189919914c00401a603a00b32330010010052259800800c4cc074cdd81ba9004375000697adef6c6089919912cc004cdc8803801456600266e3c01c00a264b30013370e00266e052000007880144cc084cdd81ba9008375066e0000401c00901d1bad301e00389981019bb0375200e6ea001801101c44cc08000ccc01401400501c1bae301b0013020002301e00140708030dd7180b0009bad30170013019002405d222329800800c01297adef6c604004444b30010028cc00400697adef6c60a5eb7bdb18100444c8cc896600266e4000802233001006800ccc07000c011006456600266e3c008022330010049bab301a003800a00e8cc00401297adef6c60802a00e406080c0dd7180b800980e001980d001203091192cc004cdc7a44100375c602600313259800980c800c4cc00cdd6980a980c000980c8024590161bab30140018b20243016002488888888a6002600a00b225980099192cc004cdc3a400400314a1159800980a800c528c4cdc49b8d37666042603c6ea800800d01c2038301c3754002601260386ea800a266ebd300103d87a80003008301c375400514a080d26464b30013371e6eb8c06cc07cc080dd59805180e1baa300a301c37540020331325980099b8748010c070dd5000c4c080c074dd5000c5901b1804980e1baa300a301c375400316406930010019bac3009301b3754023375a603c01480088896600266e2520040018cc00400e60426042005337009001800a0068acc004cdc4a400400319800801cc08400a66e012001001400d159800980a000c4c08000a2c80d901b20369bad301d301e00948888c8cc88cc896600260340031323259800981480140122c8130dd7181380098119baa0038acc004cdc3a40040031323259800981480140122c8130dd7181380098119baa0038b204240842b300132330010013756604a604c604c604c604c604c604c60446ea8060896600266ebcc088c09800400e2946266004004604e002810a26530010019bac300f30223754031005a5eb7bdb18100111112cc004cdc4801240011329800800cdd6181498131baa01c8024cc040dd59814981518151815181518131baa01c0078012002222225980080244cc040ca6002003004801200222259800801440063300100398188014c96600266ebcc0c4c0b8dd5181898171baa0010368992cc004c098c0b8dd5000c566002604c605c6ea8c0c8c0bcdd5000c56600266028004057133018330193756603a605e6ea800804000e2c816a2c816a2c8168c070c0b8dd5181898171baa001880120583030002400c817000a26644b30013375e605e60586ea8c0bcc0b0dd500101a44c96600266ebcc0c0c0b4dd5000981818169baa0038acc004cdd7980d18169baa001301a302d375400715980099baf3019302d37540026032605a6ea800e2660286eacc06cc0b4dd5001911980b1bab301d302f375400644b30013371200800519800801c04a445300100480ac88966003300159800802c528c5282070a50a5140d5159800acc004cdd79ba6006374c00713375e6e98010dd3000c528206a8cc00404a019303b01099810007802ccc080008039012459035459035203840651640bd1640ad1640ad1640ac605e00b19800803c00600b004801a00e40a8605a605c60546ea8c0b4010c0b801102b44c8cc896600266ebcc0acc0a0dd5181598141baa0010308992cc004c080c0a0dd5000c566002604060506ea8c0b0c0a4dd5000c5660026601c00404b1300333012005330133756602e60526ea800802a2c813a2c813a2c8138c058c0a0dd5181598141baa00189801002204c29800803400a66e012001004800a00c30290043029003408d16407c60406ea8004dd7181100098111811981198119811800980f1baa00222c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d95900301",
614
+ "hash": "5cc5ee86747ed2434ef7971880cd2272a5663e82e8194751dd38495b"
615
+ },
616
+ {
617
+ "title": "transfer.transfer.withdraw",
618
+ "redeemer": {
619
+ "title": "redeemer",
620
+ "schema": {
621
+ "$ref": "#/definitions/types~1TransferRedeemer"
622
+ }
623
+ },
624
+ "parameters": [
625
+ {
626
+ "title": "programmable_logic_base_cred",
627
+ "schema": {
628
+ "$ref": "#/definitions/cardano~1address~1Credential"
629
+ }
630
+ },
631
+ {
632
+ "title": "registry_node_cs",
633
+ "schema": {
634
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
635
+ }
636
+ },
637
+ {
638
+ "title": "max_inline_datum_bytes",
639
+ "schema": {
640
+ "$ref": "#/definitions/Int"
641
+ }
642
+ }
643
+ ],
644
+ "compiledCode": "5907c601010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028992cc004c048006264660020026eb0c04800888cc8966002007198009180b180b980b800c8c058c05c00644653001001801c0090011112cc00400a2003132332298008034c078016646600200200a44b300100189980f19bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981119bb037520106ea0cdc0000803801203c375a603e007133021337606ea401cdd4003002203a89981080199802802800a03a375c60380026042004603e00280e90061bae3017001375a6030002603400480c2460266ea8006444b30010018a5189991191980080080291192cc004cdc79bae3019005375c603200315980099b89375a603400a6eb4c06800633001008980f001401100845282030899801801980f0012030301c001301800130190014059230163017301730173017301730170019112cc00400620051329800802496600266ebc00800629462600800280aa60340048020c050c0600050162444444530012225980080144006264664530010069811802cc8cc0040040148966002003133023337606ea4010dd3001a5eb7bdb1822646644b30013372200e00515980099b8f00700289981319bb0375200e6e98cc040018dd59812001800c4cc098cdd81ba9007374c00c008811226604c0066600a00a0028110dd7181080098130011812000a04440186eb8c070004dd5980e800980f801203a9112cc0040062005159800801452f5bded8c113298009bae301c0019bab301d0019810801a44464653001001803d2f5bded8c080088896600200519800800d2f5bded8c14bd6f7b630200889919912cc004cdc800100546600200d00199814801802200c8acc004cdc78010054660020093756604e007001401d1980080252f5bded8c1005401c81290251bae30240013029003302700240944446604ab30010028803c4cdd81ba9006374c6601e00400a81226002015004800a014180f801203a407530030039800800cca6002003480026eb0c01cc068dd500849900111112cc00400a20031329800802ccdc024004009302200392cc004cdc3802800c56600266e3cdd7180f181118119bab300c301f37546018603e6ea8008072264b30013370e9002180f9baa0018981198101baa0018b203c300d301f37546018603e6ea800a2c80ea2600600280e90051810001203c980c180e1bab30023019375401e911111194c004888ca6002003004801a0022225980080144006330010039815001660026052005233008002302b37566028604e6ea800620028021003204e99802119baf00100330243756601260406ea805a600c00c91119baf4c01018000374e6530010019bac3027302437540333300298009bac3027302437540354bd6f7b6304888c96600266ebcc0acc0a0dd5181598141baa0010308991802001192cc004c080c0a0dd5000c4c966002604260526ea8006264b300159800981118151baa00189919198008009bac303030313031303130313031303130313031302d375404644b30013371e6eb8c0c400400e294626600400460640028160dd7181718159baa00189805000a0528800c59029181698151baa0018b2050302c3029375400316409c602a60506ea8c0acc0a0dd5000c009026180a18139baa00340106eacc09cc0a0c0a0c0a0c0a0c090dd500d660026eb0c048c090dd500d52f5bded8c12225980099baf302a302737546054604e6ea800c0be264b3001301f30273754003159800980f98139baa302b30283754003159800acc004c8c966002603200314a11598009810800c528c4cdc49b8d3766605a60546ea8008099028205030283754002602c60506ea8012266ebd300103d87a8000302b302c302c302c3028375400914a08132260060091640991640991640986028604e6ea8c0a8c09cdd5001c005025200840044444b30010028801c4ca60026eb8c09c0066eacc0a00066056009302c0034888966002604660566ea800a26466446644b30013028001899192cc004c0dc00a0091640d06eb8c0d4004c0c4dd5001c56600260400031323259800981b80140122c81a0dd7181a80098189baa0038b205e40bc2b30013371e00400f1598009807000c66002019303300b80256600266ebd300101a000374c00d10098991980080080511192cc004cdc78051bae30310018acc004cc05cdd59819000804c4c0d800a2c8182266006006606c0048180c0d000502d20188b205a8b205a302e37540026eb8c0c0004c0c0c0c4c0c4c0c4004c05cc03cdd6981798161baa0028992cc004cdc81bae30300010058acc004cdc80029bae303030310018cc00402a6062013002803a0148b20568b20563017300f375a605e60586ea800902a0c0a80090280c01801889919912cc004c03000a26464b3001301b002801c590181bad301900130153754007159800980200144c8c96600260360050038b2030375a6032002602a6ea800e2c809901318091baa0011300330170043015003404c60040046e1d20028b201e300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
645
+ "hash": "7603b8da42fab769ada90826522c415be6b2fd6708028b70620cff87"
646
+ },
647
+ {
648
+ "title": "transfer.transfer.publish",
649
+ "redeemer": {
650
+ "title": "_r",
651
+ "schema": {
652
+ "$ref": "#/definitions/Data"
653
+ }
654
+ },
655
+ "parameters": [
656
+ {
657
+ "title": "programmable_logic_base_cred",
658
+ "schema": {
659
+ "$ref": "#/definitions/cardano~1address~1Credential"
660
+ }
661
+ },
662
+ {
663
+ "title": "registry_node_cs",
664
+ "schema": {
665
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
666
+ }
667
+ },
668
+ {
669
+ "title": "max_inline_datum_bytes",
670
+ "schema": {
671
+ "$ref": "#/definitions/Int"
672
+ }
673
+ }
674
+ ],
675
+ "compiledCode": "5907c601010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028992cc004c048006264660020026eb0c04800888cc8966002007198009180b180b980b800c8c058c05c00644653001001801c0090011112cc00400a2003132332298008034c078016646600200200a44b300100189980f19bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981119bb037520106ea0cdc0000803801203c375a603e007133021337606ea401cdd4003002203a89981080199802802800a03a375c60380026042004603e00280e90061bae3017001375a6030002603400480c2460266ea8006444b30010018a5189991191980080080291192cc004cdc79bae3019005375c603200315980099b89375a603400a6eb4c06800633001008980f001401100845282030899801801980f0012030301c001301800130190014059230163017301730173017301730170019112cc00400620051329800802496600266ebc00800629462600800280aa60340048020c050c0600050162444444530012225980080144006264664530010069811802cc8cc0040040148966002003133023337606ea4010dd3001a5eb7bdb1822646644b30013372200e00515980099b8f00700289981319bb0375200e6e98cc040018dd59812001800c4cc098cdd81ba9007374c00c008811226604c0066600a00a0028110dd7181080098130011812000a04440186eb8c070004dd5980e800980f801203a9112cc0040062005159800801452f5bded8c113298009bae301c0019bab301d0019810801a44464653001001803d2f5bded8c080088896600200519800800d2f5bded8c14bd6f7b630200889919912cc004cdc800100546600200d00199814801802200c8acc004cdc78010054660020093756604e007001401d1980080252f5bded8c1005401c81290251bae30240013029003302700240944446604ab30010028803c4cdd81ba9006374c6601e00400a81226002015004800a014180f801203a407530030039800800cca6002003480026eb0c01cc068dd500849900111112cc00400a20031329800802ccdc024004009302200392cc004cdc3802800c56600266e3cdd7180f181118119bab300c301f37546018603e6ea8008072264b30013370e9002180f9baa0018981198101baa0018b203c300d301f37546018603e6ea800a2c80ea2600600280e90051810001203c980c180e1bab30023019375401e911111194c004888ca6002003004801a0022225980080144006330010039815001660026052005233008002302b37566028604e6ea800620028021003204e99802119baf00100330243756601260406ea805a600c00c91119baf4c01018000374e6530010019bac3027302437540333300298009bac3027302437540354bd6f7b6304888c96600266ebcc0acc0a0dd5181598141baa0010308991802001192cc004c080c0a0dd5000c4c966002604260526ea8006264b300159800981118151baa00189919198008009bac303030313031303130313031303130313031302d375404644b30013371e6eb8c0c400400e294626600400460640028160dd7181718159baa00189805000a0528800c59029181698151baa0018b2050302c3029375400316409c602a60506ea8c0acc0a0dd5000c009026180a18139baa00340106eacc09cc0a0c0a0c0a0c0a0c090dd500d660026eb0c048c090dd500d52f5bded8c12225980099baf302a302737546054604e6ea800c0be264b3001301f30273754003159800980f98139baa302b30283754003159800acc004c8c966002603200314a11598009810800c528c4cdc49b8d3766605a60546ea8008099028205030283754002602c60506ea8012266ebd300103d87a8000302b302c302c302c3028375400914a08132260060091640991640991640986028604e6ea8c0a8c09cdd5001c005025200840044444b30010028801c4ca60026eb8c09c0066eacc0a00066056009302c0034888966002604660566ea800a26466446644b30013028001899192cc004c0dc00a0091640d06eb8c0d4004c0c4dd5001c56600260400031323259800981b80140122c81a0dd7181a80098189baa0038b205e40bc2b30013371e00400f1598009807000c66002019303300b80256600266ebd300101a000374c00d10098991980080080511192cc004cdc78051bae30310018acc004cc05cdd59819000804c4c0d800a2c8182266006006606c0048180c0d000502d20188b205a8b205a302e37540026eb8c0c0004c0c0c0c4c0c4c0c4004c05cc03cdd6981798161baa0028992cc004cdc81bae30300010058acc004cdc80029bae303030310018cc00402a6062013002803a0148b20568b20563017300f375a605e60586ea800902a0c0a80090280c01801889919912cc004c03000a26464b3001301b002801c590181bad301900130153754007159800980200144c8c96600260360050038b2030375a6032002602a6ea800e2c809901318091baa0011300330170043015003404c60040046e1d20028b201e300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
676
+ "hash": "7603b8da42fab769ada90826522c415be6b2fd6708028b70620cff87"
677
+ },
678
+ {
679
+ "title": "transfer.transfer.else",
680
+ "redeemer": {
681
+ "schema": {}
682
+ },
683
+ "parameters": [
684
+ {
685
+ "title": "programmable_logic_base_cred",
686
+ "schema": {
687
+ "$ref": "#/definitions/cardano~1address~1Credential"
688
+ }
689
+ },
690
+ {
691
+ "title": "registry_node_cs",
692
+ "schema": {
693
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
694
+ }
695
+ },
696
+ {
697
+ "title": "max_inline_datum_bytes",
698
+ "schema": {
699
+ "$ref": "#/definitions/Int"
700
+ }
701
+ }
702
+ ],
703
+ "compiledCode": "5907c601010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028992cc004c048006264660020026eb0c04800888cc8966002007198009180b180b980b800c8c058c05c00644653001001801c0090011112cc00400a2003132332298008034c078016646600200200a44b300100189980f19bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981119bb037520106ea0cdc0000803801203c375a603e007133021337606ea401cdd4003002203a89981080199802802800a03a375c60380026042004603e00280e90061bae3017001375a6030002603400480c2460266ea8006444b30010018a5189991191980080080291192cc004cdc79bae3019005375c603200315980099b89375a603400a6eb4c06800633001008980f001401100845282030899801801980f0012030301c001301800130190014059230163017301730173017301730170019112cc00400620051329800802496600266ebc00800629462600800280aa60340048020c050c0600050162444444530012225980080144006264664530010069811802cc8cc0040040148966002003133023337606ea4010dd3001a5eb7bdb1822646644b30013372200e00515980099b8f00700289981319bb0375200e6e98cc040018dd59812001800c4cc098cdd81ba9007374c00c008811226604c0066600a00a0028110dd7181080098130011812000a04440186eb8c070004dd5980e800980f801203a9112cc0040062005159800801452f5bded8c113298009bae301c0019bab301d0019810801a44464653001001803d2f5bded8c080088896600200519800800d2f5bded8c14bd6f7b630200889919912cc004cdc800100546600200d00199814801802200c8acc004cdc78010054660020093756604e007001401d1980080252f5bded8c1005401c81290251bae30240013029003302700240944446604ab30010028803c4cdd81ba9006374c6601e00400a81226002015004800a014180f801203a407530030039800800cca6002003480026eb0c01cc068dd500849900111112cc00400a20031329800802ccdc024004009302200392cc004cdc3802800c56600266e3cdd7180f181118119bab300c301f37546018603e6ea8008072264b30013370e9002180f9baa0018981198101baa0018b203c300d301f37546018603e6ea800a2c80ea2600600280e90051810001203c980c180e1bab30023019375401e911111194c004888ca6002003004801a0022225980080144006330010039815001660026052005233008002302b37566028604e6ea800620028021003204e99802119baf00100330243756601260406ea805a600c00c91119baf4c01018000374e6530010019bac3027302437540333300298009bac3027302437540354bd6f7b6304888c96600266ebcc0acc0a0dd5181598141baa0010308991802001192cc004c080c0a0dd5000c4c966002604260526ea8006264b300159800981118151baa00189919198008009bac303030313031303130313031303130313031302d375404644b30013371e6eb8c0c400400e294626600400460640028160dd7181718159baa00189805000a0528800c59029181698151baa0018b2050302c3029375400316409c602a60506ea8c0acc0a0dd5000c009026180a18139baa00340106eacc09cc0a0c0a0c0a0c0a0c090dd500d660026eb0c048c090dd500d52f5bded8c12225980099baf302a302737546054604e6ea800c0be264b3001301f30273754003159800980f98139baa302b30283754003159800acc004c8c966002603200314a11598009810800c528c4cdc49b8d3766605a60546ea8008099028205030283754002602c60506ea8012266ebd300103d87a8000302b302c302c302c3028375400914a08132260060091640991640991640986028604e6ea8c0a8c09cdd5001c005025200840044444b30010028801c4ca60026eb8c09c0066eacc0a00066056009302c0034888966002604660566ea800a26466446644b30013028001899192cc004c0dc00a0091640d06eb8c0d4004c0c4dd5001c56600260400031323259800981b80140122c81a0dd7181a80098189baa0038b205e40bc2b30013371e00400f1598009807000c66002019303300b80256600266ebd300101a000374c00d10098991980080080511192cc004cdc78051bae30310018acc004cc05cdd59819000804c4c0d800a2c8182266006006606c0048180c0d000502d20188b205a8b205a302e37540026eb8c0c0004c0c0c0c4c0c4c0c4004c05cc03cdd6981798161baa0028992cc004cdc81bae30300010058acc004cdc80029bae303030310018cc00402a6062013002803a0148b20568b20563017300f375a605e60586ea800902a0c0a80090280c01801889919912cc004c03000a26464b3001301b002801c590181bad301900130153754007159800980200144c8c96600260360050038b2030375a6032002602a6ea800e2c809901318091baa0011300330170043015003404c60040046e1d20028b201e300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
704
+ "hash": "7603b8da42fab769ada90826522c415be6b2fd6708028b70620cff87"
705
+ },
706
+ {
707
+ "title": "unfracking.unfracking.withdraw",
708
+ "redeemer": {
709
+ "title": "redeemer",
710
+ "schema": {
711
+ "$ref": "#/definitions/types~1UnfrackingRedeemer"
712
+ }
713
+ },
714
+ "parameters": [
715
+ {
716
+ "title": "programmable_logic_base_cred",
717
+ "schema": {
718
+ "$ref": "#/definitions/cardano~1address~1Credential"
719
+ }
720
+ },
721
+ {
722
+ "title": "registry_node_cs",
723
+ "schema": {
724
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
725
+ }
726
+ },
727
+ {
728
+ "title": "max_inline_datum_bytes",
729
+ "schema": {
730
+ "$ref": "#/definitions/Int"
731
+ }
732
+ }
733
+ ],
734
+ "compiledCode": "5906a301010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c0580064464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660300050054059133004004301c00340586eb8c058004c0640050170a5eb7bdb18244653001001801c0090011112cc00400a2003132332298008034c074016646600200200a44b300100189980e99bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981099bb037520106ea0cdc0000803801203a375a603c007133020337606ea401cdd4003002203889981000199802802800a038375c60360026040004603c00280e10061bae3016001375a602e002603200480ba44646600200200644b30013375e6028603000200714a31330020023019001404d2301530163016301630163016301600148888888a600244b300132325980099b874800800629422b300130140018a51899b89371a6eccc080c074dd5001001a036406c60366ea8004c020c06cdd500144cdd7a6103d87a80003007301b375400514a080ca6464b30013371e6eb8c068c078c07cdd59804980d9baa3009301b37540020311325980099b8748010c06cdd5000c4c07cc070dd5000c5901a1804180d9baa3009301b375400316406530010019bac3008301a3754021375a603a01280088896600266e2520040018cc00400e60406040005337009001800a0068acc004cdc4a400400319800801cc08000a66e012001001400d1598009809800c4c07c00a2c80d101a20349bad301c301d00848896600266ebd30101a000301f3020302030203020301c37540251323322332259800980c000c4c8c966002604e0050048b2048375c604a00260426ea800e2b30013370e9001000c4c8c966002604e0050048b2048375c604a00260426ea800e2c80f901f0acc004cc020dd59803980f9baa015001899194c0040066eb0c038c084dd500bc01a97adef6c6040044444b300133712004900044ca600200337586050604a6ea806e0094bd6f7b6302002222259800801c4cdd79ba6329800800c00e00c80088896600200510018cc00400e605e005325980099baf302f302c375400201b1598009980980081444cc058cc05cdd5980d18161baa00100f0028b205488012054302e002400c8160dd3000c4cc896600266ebcc0b4c0a8dd5181698151baa0020328acc004cdd7981698151baa00200b8992cc004cdd7981718159baa001302e302b375400715980099baf3018302b3754002603060566ea800e2b30013375e602e60566ea8004c05cc0acdd5001c6600200f0029817802ccc054010ca600200330303756603460586ea801260606eacc068c0b0dd500120022223298009bae302e0019bab302f0019819801a444b30013371e00602b15980099baf374c0026e9801620051640c115980099baf374c6606866ec0dd48019ba60024bd6f7b6301ba63303430350054bd6f7b63046600200f001981b002a00e8b206040c03031002401d1640a51640a51640a4605a0091640a119800803400600900340188140c0acc0b0c0a0dd518158019816001a05289919912cc004cdd7981518139baa0010088acc004cc03800408e2600466022008660246eacc054c09cdd500080545902544c00801102514c00401a005337009000802400500618140021814001a04433223322330020020012259800800c5a264b30013375e604e60486ea8c09cc090dd500081644c8c0a0c094dd5001192cc004c070c090dd5000c4c966002603a604a6ea8006264b300159800980f18131baa0018991919800800805112cc004cdc79bae302d0010038a518998010011817000a050375c6054604e6ea800626602000e002812a20031640946052604c6ea80062c8120c0a0c094dd5000c59023180918121baa30273024375400313300300330280024088602260466ea8c0980050241bac30243021375402e6eb0c088c08cc08cc08cc08cc08cc08cc08cc08cc07cdd500a9bab3007301f375402b164074603c6ea8004dd71810000981018109810981098109810800980e1baa0028b203422c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
735
+ "hash": "2f606a7f7ef297e6d7bcf1b599fc86fc9e1d79b45e80faa5e41de98c"
736
+ },
737
+ {
738
+ "title": "unfracking.unfracking.publish",
739
+ "redeemer": {
740
+ "title": "_r",
741
+ "schema": {
742
+ "$ref": "#/definitions/Data"
743
+ }
744
+ },
745
+ "parameters": [
746
+ {
747
+ "title": "programmable_logic_base_cred",
748
+ "schema": {
749
+ "$ref": "#/definitions/cardano~1address~1Credential"
750
+ }
751
+ },
752
+ {
753
+ "title": "registry_node_cs",
754
+ "schema": {
755
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
756
+ }
757
+ },
758
+ {
759
+ "title": "max_inline_datum_bytes",
760
+ "schema": {
761
+ "$ref": "#/definitions/Int"
762
+ }
763
+ }
764
+ ],
765
+ "compiledCode": "5906a301010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c0580064464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660300050054059133004004301c00340586eb8c058004c0640050170a5eb7bdb18244653001001801c0090011112cc00400a2003132332298008034c074016646600200200a44b300100189980e99bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981099bb037520106ea0cdc0000803801203a375a603c007133020337606ea401cdd4003002203889981000199802802800a038375c60360026040004603c00280e10061bae3016001375a602e002603200480ba44646600200200644b30013375e6028603000200714a31330020023019001404d2301530163016301630163016301600148888888a600244b300132325980099b874800800629422b300130140018a51899b89371a6eccc080c074dd5001001a036406c60366ea8004c020c06cdd500144cdd7a6103d87a80003007301b375400514a080ca6464b30013371e6eb8c068c078c07cdd59804980d9baa3009301b37540020311325980099b8748010c06cdd5000c4c07cc070dd5000c5901a1804180d9baa3009301b375400316406530010019bac3008301a3754021375a603a01280088896600266e2520040018cc00400e60406040005337009001800a0068acc004cdc4a400400319800801cc08000a66e012001001400d1598009809800c4c07c00a2c80d101a20349bad301c301d00848896600266ebd30101a000301f3020302030203020301c37540251323322332259800980c000c4c8c966002604e0050048b2048375c604a00260426ea800e2b30013370e9001000c4c8c966002604e0050048b2048375c604a00260426ea800e2c80f901f0acc004cc020dd59803980f9baa015001899194c0040066eb0c038c084dd500bc01a97adef6c6040044444b300133712004900044ca600200337586050604a6ea806e0094bd6f7b6302002222259800801c4cdd79ba6329800800c00e00c80088896600200510018cc00400e605e005325980099baf302f302c375400201b1598009980980081444cc058cc05cdd5980d18161baa00100f0028b205488012054302e002400c8160dd3000c4cc896600266ebcc0b4c0a8dd5181698151baa0020328acc004cdd7981698151baa00200b8992cc004cdd7981718159baa001302e302b375400715980099baf3018302b3754002603060566ea800e2b30013375e602e60566ea8004c05cc0acdd5001c6600200f0029817802ccc054010ca600200330303756603460586ea801260606eacc068c0b0dd500120022223298009bae302e0019bab302f0019819801a444b30013371e00602b15980099baf374c0026e9801620051640c115980099baf374c6606866ec0dd48019ba60024bd6f7b6301ba63303430350054bd6f7b63046600200f001981b002a00e8b206040c03031002401d1640a51640a51640a4605a0091640a119800803400600900340188140c0acc0b0c0a0dd518158019816001a05289919912cc004cdd7981518139baa0010088acc004cc03800408e2600466022008660246eacc054c09cdd500080545902544c00801102514c00401a005337009000802400500618140021814001a04433223322330020020012259800800c5a264b30013375e604e60486ea8c09cc090dd500081644c8c0a0c094dd5001192cc004c070c090dd5000c4c966002603a604a6ea8006264b300159800980f18131baa0018991919800800805112cc004cdc79bae302d0010038a518998010011817000a050375c6054604e6ea800626602000e002812a20031640946052604c6ea80062c8120c0a0c094dd5000c59023180918121baa30273024375400313300300330280024088602260466ea8c0980050241bac30243021375402e6eb0c088c08cc08cc08cc08cc08cc08cc08cc08cc07cdd500a9bab3007301f375402b164074603c6ea8004dd71810000981018109810981098109810800980e1baa0028b203422c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
766
+ "hash": "2f606a7f7ef297e6d7bcf1b599fc86fc9e1d79b45e80faa5e41de98c"
767
+ },
768
+ {
769
+ "title": "unfracking.unfracking.else",
770
+ "redeemer": {
771
+ "schema": {}
772
+ },
773
+ "parameters": [
774
+ {
775
+ "title": "programmable_logic_base_cred",
776
+ "schema": {
777
+ "$ref": "#/definitions/cardano~1address~1Credential"
778
+ }
779
+ },
780
+ {
781
+ "title": "registry_node_cs",
782
+ "schema": {
783
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
784
+ }
785
+ },
786
+ {
787
+ "title": "max_inline_datum_bytes",
788
+ "schema": {
789
+ "$ref": "#/definitions/Int"
790
+ }
791
+ }
792
+ ],
793
+ "compiledCode": "5906a301010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c0580064464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660300050054059133004004301c00340586eb8c058004c0640050170a5eb7bdb18244653001001801c0090011112cc00400a2003132332298008034c074016646600200200a44b300100189980e99bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981099bb037520106ea0cdc0000803801203a375a603c007133020337606ea401cdd4003002203889981000199802802800a038375c60360026040004603c00280e10061bae3016001375a602e002603200480ba44646600200200644b30013375e6028603000200714a31330020023019001404d2301530163016301630163016301600148888888a600244b300132325980099b874800800629422b300130140018a51899b89371a6eccc080c074dd5001001a036406c60366ea8004c020c06cdd500144cdd7a6103d87a80003007301b375400514a080ca6464b30013371e6eb8c068c078c07cdd59804980d9baa3009301b37540020311325980099b8748010c06cdd5000c4c07cc070dd5000c5901a1804180d9baa3009301b375400316406530010019bac3008301a3754021375a603a01280088896600266e2520040018cc00400e60406040005337009001800a0068acc004cdc4a400400319800801cc08000a66e012001001400d1598009809800c4c07c00a2c80d101a20349bad301c301d00848896600266ebd30101a000301f3020302030203020301c37540251323322332259800980c000c4c8c966002604e0050048b2048375c604a00260426ea800e2b30013370e9001000c4c8c966002604e0050048b2048375c604a00260426ea800e2c80f901f0acc004cc020dd59803980f9baa015001899194c0040066eb0c038c084dd500bc01a97adef6c6040044444b300133712004900044ca600200337586050604a6ea806e0094bd6f7b6302002222259800801c4cdd79ba6329800800c00e00c80088896600200510018cc00400e605e005325980099baf302f302c375400201b1598009980980081444cc058cc05cdd5980d18161baa00100f0028b205488012054302e002400c8160dd3000c4cc896600266ebcc0b4c0a8dd5181698151baa0020328acc004cdd7981698151baa00200b8992cc004cdd7981718159baa001302e302b375400715980099baf3018302b3754002603060566ea800e2b30013375e602e60566ea8004c05cc0acdd5001c6600200f0029817802ccc054010ca600200330303756603460586ea801260606eacc068c0b0dd500120022223298009bae302e0019bab302f0019819801a444b30013371e00602b15980099baf374c0026e9801620051640c115980099baf374c6606866ec0dd48019ba60024bd6f7b6301ba63303430350054bd6f7b63046600200f001981b002a00e8b206040c03031002401d1640a51640a51640a4605a0091640a119800803400600900340188140c0acc0b0c0a0dd518158019816001a05289919912cc004cdd7981518139baa0010088acc004cc03800408e2600466022008660246eacc054c09cdd500080545902544c00801102514c00401a005337009000802400500618140021814001a04433223322330020020012259800800c5a264b30013375e604e60486ea8c09cc090dd500081644c8c0a0c094dd5001192cc004c070c090dd5000c4c966002603a604a6ea8006264b300159800980f18131baa0018991919800800805112cc004cdc79bae302d0010038a518998010011817000a050375c6054604e6ea800626602000e002812a20031640946052604c6ea80062c8120c0a0c094dd5000c59023180918121baa30273024375400313300300330280024088602260466ea8c0980050241bac30243021375402e6eb0c088c08cc08cc08cc08cc08cc08cc08cc08cc07cdd500a9bab3007301f375402b164074603c6ea8004dd71810000981018109810981098109810800980e1baa0028b203422c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
794
+ "hash": "2f606a7f7ef297e6d7bcf1b599fc86fc9e1d79b45e80faa5e41de98c"
795
+ },
796
+ {
797
+ "title": "upgrade_multisig.upgrade_multisig.mint",
798
+ "redeemer": {
799
+ "title": "_redeemer",
800
+ "schema": {
801
+ "$ref": "#/definitions/Data"
802
+ }
803
+ },
804
+ "parameters": [
805
+ {
806
+ "title": "utxo_ref",
807
+ "schema": {
808
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
809
+ }
810
+ }
811
+ ],
812
+ "compiledCode": "590ae4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a48888888966003300130033754013230073008300830080019119198008008019119801800980100148c01cc020c0200066e1d20009b874800a6e1d20049b874801a6e1d20089b874802a44646600200200644b30010018a5eb8226644b3001300500289980580119802002000c4cc01001000500718050009805800a010911919800800801912cc00400629462b30013003300a0018998010011805800c528200a40213700900148c01cc0200064464660020020064464b300130040018800c4cc00c00cc0300090061805000c88ca60020030039119805001198051ba60014bd7020022225980080144cc00530103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e0051330043374a9000198069805801a5eb8000626600898103d87a80000054025198008034006446600c0046601e00a00280310091bae3008001300d003300b002402491111111111111114c004c05c042602c02122232598009808000c4c8c966002603a0050048b2034375c6036002602e6ea800e2b3001300f0018992cc004c0700062660266eb0c06c00489660020050058cc00401e603a00513001301e002401c80da2c80c8c05cdd5001c566002601c00313259800980e000c4cc04cdd6180d800912cc00400a00b19800803cc07400a26002603c004803901b459019180b9baa0038acc004c0340062646644b3001301e00189980a9bac301d0012259800801401e33001009980f80144c004c080009009203a8b2036375a60360026038002602e6ea800e2b3001300c001899192cc004c07400a0091640686eb4c06c004c05cdd5001c56600260160031323259800980e80140122c80d0dd6980d800980b9baa0038acc004cdc3a40180031323259800980e80140122c80d0dd7180d800980b9baa0038b202a405480a9015202a405480a8c054dd50014896600200314bd7044c8cc060004cc00c00ccc024c068008a600266ebc00400a942945015180c000a02c912cc0040062900044c018cc008008c064005016488cc0048ca6002003002a400080088896600200510018cc00400e603a00533700003300100691000cc07000900620064068464b3001300f001898044c0040124400537586034602e6ea80090044566002601c00313008980080248800a6eb0c068c05cdd500120088acc004c034006260113001004910014dd6180d180d980b9baa0024011148009015202a4054602a6ea80052222229800980e0034c070c07401a6008009300300398010014c0040052222223232980092cc004cdc49980211000800a4051133002220010018a50408123259800980d18111baa001899198048008800981318119baa0018b2042301c302237540033020375400e9112cc004c07400626644b300132598009815800c4c96600260406eb4c0a0006266e3cdd71813800a450f557067726164654d756c7469736967008b204c302a0018b20503233001001375660546056605660566056604e6ea804c88c96600266e3c014dd71814000c4dd59814800c4cc00c00cc0b40090271815800c4c966002600c600a00315980099baf4c103d87a800030233027375400313375e6054604e6ea8004cdd2a40006605266e95200233029375200697ae0330294c103d87a80004bd704528204a8a5040946602a6eb0c080c098dd5009119912cc00400a29422653001302d302e001992cc004c090c0a8dd5000c4dd6981598171bab302e302b37540031480010291816800cdd5801a444b30010018acc004cdd780180344cc01400920008a5040ad1325980099baf4c1014000302d0018acc004cc01800cdd6981718189bab302e001899baf004374c606400514a081622b30013300600348002266ebc01001e294102c2058303000140b8330173756603260526ea800d221008a508a508a5040b86e98cc0a4cdd81ba9003374c6605266ec13001104f557067726164654d756c7469736967004c010101004bd6f7b63025eb7bdb1808928c590241bae30273024375401464660020026eb0c0a0c094dd5008912cc004cdd7981498131baa302900102d8a4d133002002302a00140911980091814181498149814981498149814800c8c0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a40064605060526052605260526052605260526052003222232330010010052232598009812000c4c8c8cc004004020896600200314a115980099b8f375c606200200714a3133002002303200140b08178dd7181718159baa0028acc004c08c00626603a6eb0c0b8c0acdd5001119802002000c5660026044003132330010013758605e60586ea800c896600200314a1159800998028029818000c528c4cc008008c0c400502b205c8acc004c08400626466e24dd6981780099198008009bac303030310022259800800c52000899912cc004cc02002000a26042003100140b860620026600400460640028178c0acdd500145660026040003132332259800981318169baa0028acc004c098c0b4dd518189819001c4cdc49bad3031302e37540040031337106eb4c0c4c0b8dd5001000a0588a5040b0605e0026eb4c0bcc0b0dd500198159baa301b302b375400b159800980f800c4c8cc8966002604c605a6ea800a2b30013026302d3754606260640071337120026eb4c0c4c0b8dd500144cdc40009bad3031302e37540048162294102c18178009bad302f302c375400660566ea8c0b8c0acdd5002c4c8c8cc004004018896600200314a115980099baf003302d30310018a518998010011819000a05840bc66e9520023302d302e302b375400497ae040a48149029205240a48148c0a4dd5000a4444b3001302000589919912cc004c090c0a8dd5000c4c8c8c96600260640031325980099baf4c0103d87a8000302b302f3754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003032303600189ba630370018801a06240d06eacc0d0c0d4cc07c0092210037560026eacc07cc0bcdd5000980f98179baa301f302f375400915980098071806800c660026064605e6ea80166eb0c024c0bcdd500dcc028c0bcdd500dcdd5980598179baa01b40211640b51640b51640b460620031640bc660406eb0c09cc0b4dd500c919baf3031302e3754002004605e60586ea8c070c0b0dd50009980d1bac302e302b375402e466ebcc0bcc0b0dd5000801c5902918160009816181680098141baa00e8acc004c07c016264b300130213028375400313298009804180d18151baa330193758603460546ea80588c8cc004004c0c0dd5980e18161baa301c302c375400444b30010018a508acc004cdc79bae302c30300010048a518998010011818800a05640b93758600860546ea805a600a60546ea805a6eacc018c0a8dd500b2006375c605860526ea80062c8138c0acc0a0dd50074566002603c00b1323259800981198149baa302d302e0028a518a5040a06eb4c0b0004c0a0dd5007459026204c40984088300100122330012325980099b89480080062b30013370e600c600e00400313301500233004004220018a50408514a08108c0140048c966002603800313370e901c1b8d375c604c60466ea800a2b30013370e9006000c4cdc3a40706e34dd7181318119baa0028acc004c06000629462b300130170018a518acc004c06c00633001004910014dd6181318119baa0024011159800980d000c66002009220029bac30263023375400480222646644b3001337129001001456600266e24008c02400633001007910014005007452820488a5040906eb4c09c004dd61813981400098119baa00240848109021204240848108c084dd500088a4d1365640041",
813
+ "hash": "5364abcd89d524a3725d0fa003fccb9beb310d5fb911325351d93ed4"
814
+ },
815
+ {
816
+ "title": "upgrade_multisig.upgrade_multisig.spend",
817
+ "datum": {
818
+ "title": "datum",
819
+ "schema": {
820
+ "$ref": "#/definitions/multisig~1MultisigScript"
821
+ }
822
+ },
823
+ "redeemer": {
824
+ "title": "_redeemer",
825
+ "schema": {
826
+ "$ref": "#/definitions/Data"
827
+ }
828
+ },
829
+ "parameters": [
830
+ {
831
+ "title": "utxo_ref",
832
+ "schema": {
833
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
834
+ }
835
+ }
836
+ ],
837
+ "compiledCode": "590ae4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a48888888966003300130033754013230073008300830080019119198008008019119801800980100148c01cc020c0200066e1d20009b874800a6e1d20049b874801a6e1d20089b874802a44646600200200644b30010018a5eb8226644b3001300500289980580119802002000c4cc01001000500718050009805800a010911919800800801912cc00400629462b30013003300a0018998010011805800c528200a40213700900148c01cc0200064464660020020064464b300130040018800c4cc00c00cc0300090061805000c88ca60020030039119805001198051ba60014bd7020022225980080144cc00530103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e0051330043374a9000198069805801a5eb8000626600898103d87a80000054025198008034006446600c0046601e00a00280310091bae3008001300d003300b002402491111111111111114c004c05c042602c02122232598009808000c4c8c966002603a0050048b2034375c6036002602e6ea800e2b3001300f0018992cc004c0700062660266eb0c06c00489660020050058cc00401e603a00513001301e002401c80da2c80c8c05cdd5001c566002601c00313259800980e000c4cc04cdd6180d800912cc00400a00b19800803cc07400a26002603c004803901b459019180b9baa0038acc004c0340062646644b3001301e00189980a9bac301d0012259800801401e33001009980f80144c004c080009009203a8b2036375a60360026038002602e6ea800e2b3001300c001899192cc004c07400a0091640686eb4c06c004c05cdd5001c56600260160031323259800980e80140122c80d0dd6980d800980b9baa0038acc004cdc3a40180031323259800980e80140122c80d0dd7180d800980b9baa0038b202a405480a9015202a405480a8c054dd50014896600200314bd7044c8cc060004cc00c00ccc024c068008a600266ebc00400a942945015180c000a02c912cc0040062900044c018cc008008c064005016488cc0048ca6002003002a400080088896600200510018cc00400e603a00533700003300100691000cc07000900620064068464b3001300f001898044c0040124400537586034602e6ea80090044566002601c00313008980080248800a6eb0c068c05cdd500120088acc004c034006260113001004910014dd6180d180d980b9baa0024011148009015202a4054602a6ea80052222229800980e0034c070c07401a6008009300300398010014c0040052222223232980092cc004cdc49980211000800a4051133002220010018a50408123259800980d18111baa001899198048008800981318119baa0018b2042301c302237540033020375400e9112cc004c07400626644b300132598009815800c4c96600260406eb4c0a0006266e3cdd71813800a450f557067726164654d756c7469736967008b204c302a0018b20503233001001375660546056605660566056604e6ea804c88c96600266e3c014dd71814000c4dd59814800c4cc00c00cc0b40090271815800c4c966002600c600a00315980099baf4c103d87a800030233027375400313375e6054604e6ea8004cdd2a40006605266e95200233029375200697ae0330294c103d87a80004bd704528204a8a5040946602a6eb0c080c098dd5009119912cc00400a29422653001302d302e001992cc004c090c0a8dd5000c4dd6981598171bab302e302b37540031480010291816800cdd5801a444b30010018acc004cdd780180344cc01400920008a5040ad1325980099baf4c1014000302d0018acc004cc01800cdd6981718189bab302e001899baf004374c606400514a081622b30013300600348002266ebc01001e294102c2058303000140b8330173756603260526ea800d221008a508a508a5040b86e98cc0a4cdd81ba9003374c6605266ec13001104f557067726164654d756c7469736967004c010101004bd6f7b63025eb7bdb1808928c590241bae30273024375401464660020026eb0c0a0c094dd5008912cc004cdd7981498131baa302900102d8a4d133002002302a00140911980091814181498149814981498149814800c8c0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a40064605060526052605260526052605260526052003222232330010010052232598009812000c4c8c8cc004004020896600200314a115980099b8f375c606200200714a3133002002303200140b08178dd7181718159baa0028acc004c08c00626603a6eb0c0b8c0acdd5001119802002000c5660026044003132330010013758605e60586ea800c896600200314a1159800998028029818000c528c4cc008008c0c400502b205c8acc004c08400626466e24dd6981780099198008009bac303030310022259800800c52000899912cc004cc02002000a26042003100140b860620026600400460640028178c0acdd500145660026040003132332259800981318169baa0028acc004c098c0b4dd518189819001c4cdc49bad3031302e37540040031337106eb4c0c4c0b8dd5001000a0588a5040b0605e0026eb4c0bcc0b0dd500198159baa301b302b375400b159800980f800c4c8cc8966002604c605a6ea800a2b30013026302d3754606260640071337120026eb4c0c4c0b8dd500144cdc40009bad3031302e37540048162294102c18178009bad302f302c375400660566ea8c0b8c0acdd5002c4c8c8cc004004018896600200314a115980099baf003302d30310018a518998010011819000a05840bc66e9520023302d302e302b375400497ae040a48149029205240a48148c0a4dd5000a4444b3001302000589919912cc004c090c0a8dd5000c4c8c8c96600260640031325980099baf4c0103d87a8000302b302f3754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003032303600189ba630370018801a06240d06eacc0d0c0d4cc07c0092210037560026eacc07cc0bcdd5000980f98179baa301f302f375400915980098071806800c660026064605e6ea80166eb0c024c0bcdd500dcc028c0bcdd500dcdd5980598179baa01b40211640b51640b51640b460620031640bc660406eb0c09cc0b4dd500c919baf3031302e3754002004605e60586ea8c070c0b0dd50009980d1bac302e302b375402e466ebcc0bcc0b0dd5000801c5902918160009816181680098141baa00e8acc004c07c016264b300130213028375400313298009804180d18151baa330193758603460546ea80588c8cc004004c0c0dd5980e18161baa301c302c375400444b30010018a508acc004cdc79bae302c30300010048a518998010011818800a05640b93758600860546ea805a600a60546ea805a6eacc018c0a8dd500b2006375c605860526ea80062c8138c0acc0a0dd50074566002603c00b1323259800981198149baa302d302e0028a518a5040a06eb4c0b0004c0a0dd5007459026204c40984088300100122330012325980099b89480080062b30013370e600c600e00400313301500233004004220018a50408514a08108c0140048c966002603800313370e901c1b8d375c604c60466ea800a2b30013370e9006000c4cdc3a40706e34dd7181318119baa0028acc004c06000629462b300130170018a518acc004c06c00633001004910014dd6181318119baa0024011159800980d000c66002009220029bac30263023375400480222646644b3001337129001001456600266e24008c02400633001007910014005007452820488a5040906eb4c09c004dd61813981400098119baa00240848109021204240848108c084dd500088a4d1365640041",
838
+ "hash": "5364abcd89d524a3725d0fa003fccb9beb310d5fb911325351d93ed4"
839
+ },
840
+ {
841
+ "title": "upgrade_multisig.upgrade_multisig.withdraw",
842
+ "redeemer": {
843
+ "title": "_redeemer",
844
+ "schema": {
845
+ "$ref": "#/definitions/Data"
846
+ }
847
+ },
848
+ "parameters": [
849
+ {
850
+ "title": "utxo_ref",
851
+ "schema": {
852
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
853
+ }
854
+ }
855
+ ],
856
+ "compiledCode": "590ae4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a48888888966003300130033754013230073008300830080019119198008008019119801800980100148c01cc020c0200066e1d20009b874800a6e1d20049b874801a6e1d20089b874802a44646600200200644b30010018a5eb8226644b3001300500289980580119802002000c4cc01001000500718050009805800a010911919800800801912cc00400629462b30013003300a0018998010011805800c528200a40213700900148c01cc0200064464660020020064464b300130040018800c4cc00c00cc0300090061805000c88ca60020030039119805001198051ba60014bd7020022225980080144cc00530103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e0051330043374a9000198069805801a5eb8000626600898103d87a80000054025198008034006446600c0046601e00a00280310091bae3008001300d003300b002402491111111111111114c004c05c042602c02122232598009808000c4c8c966002603a0050048b2034375c6036002602e6ea800e2b3001300f0018992cc004c0700062660266eb0c06c00489660020050058cc00401e603a00513001301e002401c80da2c80c8c05cdd5001c566002601c00313259800980e000c4cc04cdd6180d800912cc00400a00b19800803cc07400a26002603c004803901b459019180b9baa0038acc004c0340062646644b3001301e00189980a9bac301d0012259800801401e33001009980f80144c004c080009009203a8b2036375a60360026038002602e6ea800e2b3001300c001899192cc004c07400a0091640686eb4c06c004c05cdd5001c56600260160031323259800980e80140122c80d0dd6980d800980b9baa0038acc004cdc3a40180031323259800980e80140122c80d0dd7180d800980b9baa0038b202a405480a9015202a405480a8c054dd50014896600200314bd7044c8cc060004cc00c00ccc024c068008a600266ebc00400a942945015180c000a02c912cc0040062900044c018cc008008c064005016488cc0048ca6002003002a400080088896600200510018cc00400e603a00533700003300100691000cc07000900620064068464b3001300f001898044c0040124400537586034602e6ea80090044566002601c00313008980080248800a6eb0c068c05cdd500120088acc004c034006260113001004910014dd6180d180d980b9baa0024011148009015202a4054602a6ea80052222229800980e0034c070c07401a6008009300300398010014c0040052222223232980092cc004cdc49980211000800a4051133002220010018a50408123259800980d18111baa001899198048008800981318119baa0018b2042301c302237540033020375400e9112cc004c07400626644b300132598009815800c4c96600260406eb4c0a0006266e3cdd71813800a450f557067726164654d756c7469736967008b204c302a0018b20503233001001375660546056605660566056604e6ea804c88c96600266e3c014dd71814000c4dd59814800c4cc00c00cc0b40090271815800c4c966002600c600a00315980099baf4c103d87a800030233027375400313375e6054604e6ea8004cdd2a40006605266e95200233029375200697ae0330294c103d87a80004bd704528204a8a5040946602a6eb0c080c098dd5009119912cc00400a29422653001302d302e001992cc004c090c0a8dd5000c4dd6981598171bab302e302b37540031480010291816800cdd5801a444b30010018acc004cdd780180344cc01400920008a5040ad1325980099baf4c1014000302d0018acc004cc01800cdd6981718189bab302e001899baf004374c606400514a081622b30013300600348002266ebc01001e294102c2058303000140b8330173756603260526ea800d221008a508a508a5040b86e98cc0a4cdd81ba9003374c6605266ec13001104f557067726164654d756c7469736967004c010101004bd6f7b63025eb7bdb1808928c590241bae30273024375401464660020026eb0c0a0c094dd5008912cc004cdd7981498131baa302900102d8a4d133002002302a00140911980091814181498149814981498149814800c8c0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a40064605060526052605260526052605260526052003222232330010010052232598009812000c4c8c8cc004004020896600200314a115980099b8f375c606200200714a3133002002303200140b08178dd7181718159baa0028acc004c08c00626603a6eb0c0b8c0acdd5001119802002000c5660026044003132330010013758605e60586ea800c896600200314a1159800998028029818000c528c4cc008008c0c400502b205c8acc004c08400626466e24dd6981780099198008009bac303030310022259800800c52000899912cc004cc02002000a26042003100140b860620026600400460640028178c0acdd500145660026040003132332259800981318169baa0028acc004c098c0b4dd518189819001c4cdc49bad3031302e37540040031337106eb4c0c4c0b8dd5001000a0588a5040b0605e0026eb4c0bcc0b0dd500198159baa301b302b375400b159800980f800c4c8cc8966002604c605a6ea800a2b30013026302d3754606260640071337120026eb4c0c4c0b8dd500144cdc40009bad3031302e37540048162294102c18178009bad302f302c375400660566ea8c0b8c0acdd5002c4c8c8cc004004018896600200314a115980099baf003302d30310018a518998010011819000a05840bc66e9520023302d302e302b375400497ae040a48149029205240a48148c0a4dd5000a4444b3001302000589919912cc004c090c0a8dd5000c4c8c8c96600260640031325980099baf4c0103d87a8000302b302f3754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003032303600189ba630370018801a06240d06eacc0d0c0d4cc07c0092210037560026eacc07cc0bcdd5000980f98179baa301f302f375400915980098071806800c660026064605e6ea80166eb0c024c0bcdd500dcc028c0bcdd500dcdd5980598179baa01b40211640b51640b51640b460620031640bc660406eb0c09cc0b4dd500c919baf3031302e3754002004605e60586ea8c070c0b0dd50009980d1bac302e302b375402e466ebcc0bcc0b0dd5000801c5902918160009816181680098141baa00e8acc004c07c016264b300130213028375400313298009804180d18151baa330193758603460546ea80588c8cc004004c0c0dd5980e18161baa301c302c375400444b30010018a508acc004cdc79bae302c30300010048a518998010011818800a05640b93758600860546ea805a600a60546ea805a6eacc018c0a8dd500b2006375c605860526ea80062c8138c0acc0a0dd50074566002603c00b1323259800981198149baa302d302e0028a518a5040a06eb4c0b0004c0a0dd5007459026204c40984088300100122330012325980099b89480080062b30013370e600c600e00400313301500233004004220018a50408514a08108c0140048c966002603800313370e901c1b8d375c604c60466ea800a2b30013370e9006000c4cdc3a40706e34dd7181318119baa0028acc004c06000629462b300130170018a518acc004c06c00633001004910014dd6181318119baa0024011159800980d000c66002009220029bac30263023375400480222646644b3001337129001001456600266e24008c02400633001007910014005007452820488a5040906eb4c09c004dd61813981400098119baa00240848109021204240848108c084dd500088a4d1365640041",
857
+ "hash": "5364abcd89d524a3725d0fa003fccb9beb310d5fb911325351d93ed4"
858
+ },
859
+ {
860
+ "title": "upgrade_multisig.upgrade_multisig.publish",
861
+ "redeemer": {
862
+ "title": "_r",
863
+ "schema": {
864
+ "$ref": "#/definitions/Data"
865
+ }
866
+ },
867
+ "parameters": [
868
+ {
869
+ "title": "utxo_ref",
870
+ "schema": {
871
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
872
+ }
873
+ }
874
+ ],
875
+ "compiledCode": "590ae4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a48888888966003300130033754013230073008300830080019119198008008019119801800980100148c01cc020c0200066e1d20009b874800a6e1d20049b874801a6e1d20089b874802a44646600200200644b30010018a5eb8226644b3001300500289980580119802002000c4cc01001000500718050009805800a010911919800800801912cc00400629462b30013003300a0018998010011805800c528200a40213700900148c01cc0200064464660020020064464b300130040018800c4cc00c00cc0300090061805000c88ca60020030039119805001198051ba60014bd7020022225980080144cc00530103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e0051330043374a9000198069805801a5eb8000626600898103d87a80000054025198008034006446600c0046601e00a00280310091bae3008001300d003300b002402491111111111111114c004c05c042602c02122232598009808000c4c8c966002603a0050048b2034375c6036002602e6ea800e2b3001300f0018992cc004c0700062660266eb0c06c00489660020050058cc00401e603a00513001301e002401c80da2c80c8c05cdd5001c566002601c00313259800980e000c4cc04cdd6180d800912cc00400a00b19800803cc07400a26002603c004803901b459019180b9baa0038acc004c0340062646644b3001301e00189980a9bac301d0012259800801401e33001009980f80144c004c080009009203a8b2036375a60360026038002602e6ea800e2b3001300c001899192cc004c07400a0091640686eb4c06c004c05cdd5001c56600260160031323259800980e80140122c80d0dd6980d800980b9baa0038acc004cdc3a40180031323259800980e80140122c80d0dd7180d800980b9baa0038b202a405480a9015202a405480a8c054dd50014896600200314bd7044c8cc060004cc00c00ccc024c068008a600266ebc00400a942945015180c000a02c912cc0040062900044c018cc008008c064005016488cc0048ca6002003002a400080088896600200510018cc00400e603a00533700003300100691000cc07000900620064068464b3001300f001898044c0040124400537586034602e6ea80090044566002601c00313008980080248800a6eb0c068c05cdd500120088acc004c034006260113001004910014dd6180d180d980b9baa0024011148009015202a4054602a6ea80052222229800980e0034c070c07401a6008009300300398010014c0040052222223232980092cc004cdc49980211000800a4051133002220010018a50408123259800980d18111baa001899198048008800981318119baa0018b2042301c302237540033020375400e9112cc004c07400626644b300132598009815800c4c96600260406eb4c0a0006266e3cdd71813800a450f557067726164654d756c7469736967008b204c302a0018b20503233001001375660546056605660566056604e6ea804c88c96600266e3c014dd71814000c4dd59814800c4cc00c00cc0b40090271815800c4c966002600c600a00315980099baf4c103d87a800030233027375400313375e6054604e6ea8004cdd2a40006605266e95200233029375200697ae0330294c103d87a80004bd704528204a8a5040946602a6eb0c080c098dd5009119912cc00400a29422653001302d302e001992cc004c090c0a8dd5000c4dd6981598171bab302e302b37540031480010291816800cdd5801a444b30010018acc004cdd780180344cc01400920008a5040ad1325980099baf4c1014000302d0018acc004cc01800cdd6981718189bab302e001899baf004374c606400514a081622b30013300600348002266ebc01001e294102c2058303000140b8330173756603260526ea800d221008a508a508a5040b86e98cc0a4cdd81ba9003374c6605266ec13001104f557067726164654d756c7469736967004c010101004bd6f7b63025eb7bdb1808928c590241bae30273024375401464660020026eb0c0a0c094dd5008912cc004cdd7981498131baa302900102d8a4d133002002302a00140911980091814181498149814981498149814800c8c0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a40064605060526052605260526052605260526052003222232330010010052232598009812000c4c8c8cc004004020896600200314a115980099b8f375c606200200714a3133002002303200140b08178dd7181718159baa0028acc004c08c00626603a6eb0c0b8c0acdd5001119802002000c5660026044003132330010013758605e60586ea800c896600200314a1159800998028029818000c528c4cc008008c0c400502b205c8acc004c08400626466e24dd6981780099198008009bac303030310022259800800c52000899912cc004cc02002000a26042003100140b860620026600400460640028178c0acdd500145660026040003132332259800981318169baa0028acc004c098c0b4dd518189819001c4cdc49bad3031302e37540040031337106eb4c0c4c0b8dd5001000a0588a5040b0605e0026eb4c0bcc0b0dd500198159baa301b302b375400b159800980f800c4c8cc8966002604c605a6ea800a2b30013026302d3754606260640071337120026eb4c0c4c0b8dd500144cdc40009bad3031302e37540048162294102c18178009bad302f302c375400660566ea8c0b8c0acdd5002c4c8c8cc004004018896600200314a115980099baf003302d30310018a518998010011819000a05840bc66e9520023302d302e302b375400497ae040a48149029205240a48148c0a4dd5000a4444b3001302000589919912cc004c090c0a8dd5000c4c8c8c96600260640031325980099baf4c0103d87a8000302b302f3754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003032303600189ba630370018801a06240d06eacc0d0c0d4cc07c0092210037560026eacc07cc0bcdd5000980f98179baa301f302f375400915980098071806800c660026064605e6ea80166eb0c024c0bcdd500dcc028c0bcdd500dcdd5980598179baa01b40211640b51640b51640b460620031640bc660406eb0c09cc0b4dd500c919baf3031302e3754002004605e60586ea8c070c0b0dd50009980d1bac302e302b375402e466ebcc0bcc0b0dd5000801c5902918160009816181680098141baa00e8acc004c07c016264b300130213028375400313298009804180d18151baa330193758603460546ea80588c8cc004004c0c0dd5980e18161baa301c302c375400444b30010018a508acc004cdc79bae302c30300010048a518998010011818800a05640b93758600860546ea805a600a60546ea805a6eacc018c0a8dd500b2006375c605860526ea80062c8138c0acc0a0dd50074566002603c00b1323259800981198149baa302d302e0028a518a5040a06eb4c0b0004c0a0dd5007459026204c40984088300100122330012325980099b89480080062b30013370e600c600e00400313301500233004004220018a50408514a08108c0140048c966002603800313370e901c1b8d375c604c60466ea800a2b30013370e9006000c4cdc3a40706e34dd7181318119baa0028acc004c06000629462b300130170018a518acc004c06c00633001004910014dd6181318119baa0024011159800980d000c66002009220029bac30263023375400480222646644b3001337129001001456600266e24008c02400633001007910014005007452820488a5040906eb4c09c004dd61813981400098119baa00240848109021204240848108c084dd500088a4d1365640041",
876
+ "hash": "5364abcd89d524a3725d0fa003fccb9beb310d5fb911325351d93ed4"
877
+ },
878
+ {
879
+ "title": "upgrade_multisig.upgrade_multisig.else",
880
+ "redeemer": {
881
+ "schema": {}
882
+ },
883
+ "parameters": [
884
+ {
885
+ "title": "utxo_ref",
886
+ "schema": {
887
+ "$ref": "#/definitions/cardano~1transaction~1OutputReference"
888
+ }
889
+ }
890
+ ],
891
+ "compiledCode": "590ae4010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a48888888966003300130033754013230073008300830080019119198008008019119801800980100148c01cc020c0200066e1d20009b874800a6e1d20049b874801a6e1d20089b874802a44646600200200644b30010018a5eb8226644b3001300500289980580119802002000c4cc01001000500718050009805800a010911919800800801912cc00400629462b30013003300a0018998010011805800c528200a40213700900148c01cc0200064464660020020064464b300130040018800c4cc00c00cc0300090061805000c88ca60020030039119805001198051ba60014bd7020022225980080144cc00530103d87a80004bd6f7b63044c8cc896600266e4401c00a2b30013371e00e0051330043374a9000198069805801a5eb8000626600898103d87a80000054025198008034006446600c0046601e00a00280310091bae3008001300d003300b002402491111111111111114c004c05c042602c02122232598009808000c4c8c966002603a0050048b2034375c6036002602e6ea800e2b3001300f0018992cc004c0700062660266eb0c06c00489660020050058cc00401e603a00513001301e002401c80da2c80c8c05cdd5001c566002601c00313259800980e000c4cc04cdd6180d800912cc00400a00b19800803cc07400a26002603c004803901b459019180b9baa0038acc004c0340062646644b3001301e00189980a9bac301d0012259800801401e33001009980f80144c004c080009009203a8b2036375a60360026038002602e6ea800e2b3001300c001899192cc004c07400a0091640686eb4c06c004c05cdd5001c56600260160031323259800980e80140122c80d0dd6980d800980b9baa0038acc004cdc3a40180031323259800980e80140122c80d0dd7180d800980b9baa0038b202a405480a9015202a405480a8c054dd50014896600200314bd7044c8cc060004cc00c00ccc024c068008a600266ebc00400a942945015180c000a02c912cc0040062900044c018cc008008c064005016488cc0048ca6002003002a400080088896600200510018cc00400e603a00533700003300100691000cc07000900620064068464b3001300f001898044c0040124400537586034602e6ea80090044566002601c00313008980080248800a6eb0c068c05cdd500120088acc004c034006260113001004910014dd6180d180d980b9baa0024011148009015202a4054602a6ea80052222229800980e0034c070c07401a6008009300300398010014c0040052222223232980092cc004cdc49980211000800a4051133002220010018a50408123259800980d18111baa001899198048008800981318119baa0018b2042301c302237540033020375400e9112cc004c07400626644b300132598009815800c4c96600260406eb4c0a0006266e3cdd71813800a450f557067726164654d756c7469736967008b204c302a0018b20503233001001375660546056605660566056604e6ea804c88c96600266e3c014dd71814000c4dd59814800c4cc00c00cc0b40090271815800c4c966002600c600a00315980099baf4c103d87a800030233027375400313375e6054604e6ea8004cdd2a40006605266e95200233029375200697ae0330294c103d87a80004bd704528204a8a5040946602a6eb0c080c098dd5009119912cc00400a29422653001302d302e001992cc004c090c0a8dd5000c4dd6981598171bab302e302b37540031480010291816800cdd5801a444b30010018acc004cdd780180344cc01400920008a5040ad1325980099baf4c1014000302d0018acc004cc01800cdd6981718189bab302e001899baf004374c606400514a081622b30013300600348002266ebc01001e294102c2058303000140b8330173756603260526ea800d221008a508a508a5040b86e98cc0a4cdd81ba9003374c6605266ec13001104f557067726164654d756c7469736967004c010101004bd6f7b63025eb7bdb1808928c590241bae30273024375401464660020026eb0c0a0c094dd5008912cc004cdd7981498131baa302900102d8a4d133002002302a00140911980091814181498149814981498149814800c8c0a0c0a4c0a4c0a4c0a4c0a4c0a4c0a40064605060526052605260526052605260526052003222232330010010052232598009812000c4c8c8cc004004020896600200314a115980099b8f375c606200200714a3133002002303200140b08178dd7181718159baa0028acc004c08c00626603a6eb0c0b8c0acdd5001119802002000c5660026044003132330010013758605e60586ea800c896600200314a1159800998028029818000c528c4cc008008c0c400502b205c8acc004c08400626466e24dd6981780099198008009bac303030310022259800800c52000899912cc004cc02002000a26042003100140b860620026600400460640028178c0acdd500145660026040003132332259800981318169baa0028acc004c098c0b4dd518189819001c4cdc49bad3031302e37540040031337106eb4c0c4c0b8dd5001000a0588a5040b0605e0026eb4c0bcc0b0dd500198159baa301b302b375400b159800980f800c4c8cc8966002604c605a6ea800a2b30013026302d3754606260640071337120026eb4c0c4c0b8dd500144cdc40009bad3031302e37540048162294102c18178009bad302f302c375400660566ea8c0b8c0acdd5002c4c8c8cc004004018896600200314a115980099baf003302d30310018a518998010011819000a05840bc66e9520023302d302e302b375400497ae040a48149029205240a48148c0a4dd5000a4444b3001302000589919912cc004c090c0a8dd5000c4c8c8c96600260640031325980099baf4c0103d87a8000302b302f3754003159800999119912cc004006266ebcdd3001001c4cdd79ba60025980099baf4c010140003032303600189ba630370018801a06240d06eacc0d0c0d4cc07c0092210037560026eacc07cc0bcdd5000980f98179baa301f302f375400915980098071806800c660026064605e6ea80166eb0c024c0bcdd500dcc028c0bcdd500dcdd5980598179baa01b40211640b51640b51640b460620031640bc660406eb0c09cc0b4dd500c919baf3031302e3754002004605e60586ea8c070c0b0dd50009980d1bac302e302b375402e466ebcc0bcc0b0dd5000801c5902918160009816181680098141baa00e8acc004c07c016264b300130213028375400313298009804180d18151baa330193758603460546ea80588c8cc004004c0c0dd5980e18161baa301c302c375400444b30010018a508acc004cdc79bae302c30300010048a518998010011818800a05640b93758600860546ea805a600a60546ea805a6eacc018c0a8dd500b2006375c605860526ea80062c8138c0acc0a0dd50074566002603c00b1323259800981198149baa302d302e0028a518a5040a06eb4c0b0004c0a0dd5007459026204c40984088300100122330012325980099b89480080062b30013370e600c600e00400313301500233004004220018a50408514a08108c0140048c966002603800313370e901c1b8d375c604c60466ea800a2b30013370e9006000c4cdc3a40706e34dd7181318119baa0028acc004c06000629462b300130170018a518acc004c06c00633001004910014dd6181318119baa0024011159800980d000c66002009220029bac30263023375400480222646644b3001337129001001456600266e24008c02400633001007910014005007452820488a5040906eb4c09c004dd61813981400098119baa00240848109021204240848108c084dd500088a4d1365640041",
892
+ "hash": "5364abcd89d524a3725d0fa003fccb9beb310d5fb911325351d93ed4"
893
+ }
894
+ ],
895
+ "definitions": {
896
+ "ByteArray": {
897
+ "title": "ByteArray",
898
+ "dataType": "bytes"
899
+ },
900
+ "Data": {
901
+ "title": "Data",
902
+ "description": "Any Plutus data."
903
+ },
904
+ "Int": {
905
+ "dataType": "integer"
906
+ },
907
+ "List<multisig/MultisigScript>": {
908
+ "dataType": "list",
909
+ "items": {
910
+ "$ref": "#/definitions/multisig~1MultisigScript"
911
+ }
912
+ },
913
+ "List<types/RegistryProof>": {
914
+ "dataType": "list",
915
+ "items": {
916
+ "$ref": "#/definitions/types~1RegistryProof"
917
+ }
918
+ },
919
+ "Option<cardano/address/Credential>": {
920
+ "title": "Option",
921
+ "anyOf": [
922
+ {
923
+ "title": "Some",
924
+ "description": "An optional value.",
925
+ "dataType": "constructor",
926
+ "index": 0,
927
+ "fields": [
928
+ {
929
+ "$ref": "#/definitions/cardano~1address~1Credential"
930
+ }
931
+ ]
932
+ },
933
+ {
934
+ "title": "None",
935
+ "description": "Nothing.",
936
+ "dataType": "constructor",
937
+ "index": 1,
938
+ "fields": []
939
+ }
940
+ ]
941
+ },
942
+ "aiken/crypto/ScriptHash": {
943
+ "title": "ScriptHash",
944
+ "dataType": "bytes"
945
+ },
946
+ "aiken/crypto/VerificationKeyHash": {
947
+ "title": "VerificationKeyHash",
948
+ "dataType": "bytes"
949
+ },
950
+ "cardano/address/Credential": {
951
+ "title": "Credential",
952
+ "description": "A general structure for representing an on-chain `Credential`.\n\n Credentials are always one of two kinds: a direct public/private key\n pair, or a script (native or Plutus).",
953
+ "anyOf": [
954
+ {
955
+ "title": "VerificationKey",
956
+ "dataType": "constructor",
957
+ "index": 0,
958
+ "fields": [
959
+ {
960
+ "$ref": "#/definitions/aiken~1crypto~1VerificationKeyHash"
961
+ }
962
+ ]
963
+ },
964
+ {
965
+ "title": "Script",
966
+ "dataType": "constructor",
967
+ "index": 1,
968
+ "fields": [
969
+ {
970
+ "$ref": "#/definitions/aiken~1crypto~1ScriptHash"
971
+ }
972
+ ]
973
+ }
974
+ ]
975
+ },
976
+ "cardano/assets/PolicyId": {
977
+ "title": "PolicyId",
978
+ "dataType": "bytes"
979
+ },
980
+ "cardano/transaction/OutputReference": {
981
+ "title": "OutputReference",
982
+ "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",
983
+ "anyOf": [
984
+ {
985
+ "title": "OutputReference",
986
+ "dataType": "constructor",
987
+ "index": 0,
988
+ "fields": [
989
+ {
990
+ "title": "transaction_id",
991
+ "$ref": "#/definitions/ByteArray"
992
+ },
993
+ {
994
+ "title": "output_index",
995
+ "$ref": "#/definitions/Int"
996
+ }
997
+ ]
998
+ }
999
+ ]
1000
+ },
1001
+ "multisig/MultisigScript": {
1002
+ "title": "MultisigScript",
1003
+ "anyOf": [
1004
+ {
1005
+ "title": "Signature",
1006
+ "dataType": "constructor",
1007
+ "index": 0,
1008
+ "fields": [
1009
+ {
1010
+ "title": "key_hash",
1011
+ "$ref": "#/definitions/ByteArray"
1012
+ }
1013
+ ]
1014
+ },
1015
+ {
1016
+ "title": "AllOf",
1017
+ "dataType": "constructor",
1018
+ "index": 1,
1019
+ "fields": [
1020
+ {
1021
+ "title": "scripts",
1022
+ "$ref": "#/definitions/List<multisig~1MultisigScript>"
1023
+ }
1024
+ ]
1025
+ },
1026
+ {
1027
+ "title": "AnyOf",
1028
+ "dataType": "constructor",
1029
+ "index": 2,
1030
+ "fields": [
1031
+ {
1032
+ "title": "scripts",
1033
+ "$ref": "#/definitions/List<multisig~1MultisigScript>"
1034
+ }
1035
+ ]
1036
+ },
1037
+ {
1038
+ "title": "AtLeast",
1039
+ "dataType": "constructor",
1040
+ "index": 3,
1041
+ "fields": [
1042
+ {
1043
+ "title": "required",
1044
+ "$ref": "#/definitions/Int"
1045
+ },
1046
+ {
1047
+ "title": "scripts",
1048
+ "$ref": "#/definitions/List<multisig~1MultisigScript>"
1049
+ }
1050
+ ]
1051
+ },
1052
+ {
1053
+ "title": "Before",
1054
+ "dataType": "constructor",
1055
+ "index": 4,
1056
+ "fields": [
1057
+ {
1058
+ "title": "time",
1059
+ "$ref": "#/definitions/Int"
1060
+ }
1061
+ ]
1062
+ },
1063
+ {
1064
+ "title": "After",
1065
+ "dataType": "constructor",
1066
+ "index": 5,
1067
+ "fields": [
1068
+ {
1069
+ "title": "time",
1070
+ "$ref": "#/definitions/Int"
1071
+ }
1072
+ ]
1073
+ },
1074
+ {
1075
+ "title": "Script",
1076
+ "dataType": "constructor",
1077
+ "index": 6,
1078
+ "fields": [
1079
+ {
1080
+ "title": "script_hash",
1081
+ "$ref": "#/definitions/ByteArray"
1082
+ }
1083
+ ]
1084
+ }
1085
+ ]
1086
+ },
1087
+ "programmable_logic/params/ProtocolParams": {
1088
+ "title": "ProtocolParams",
1089
+ "description": "Protocol parameters stored on-chain, referenced by every programmable-token\n transaction. **Every field here has a named on-chain reader** — that is the\n rule this record is kept to. A writable field nothing reads is a trap: an\n operator rewrites it, the transaction succeeds, and nothing changes.\n\n Fields are ordered by read-frequency / hot-path depth. `programmable_logic_global_cred` sits at\n field 0 because `programmable_logic_base` reads it once per programmable\n INPUT — the only per-input read in the protocol — so it pays no `tail_list`\n step at all.\n\n **Two phases for field order.** BEFORE genesis, order by read frequency\n and nothing else — no datum exists yet, so nothing can be misread, and\n this is the last moment the layout is free. AFTER genesis, a new field is\n APPENDED, never inserted: the accessors below are positional\n `head_list`/`tail_list` chains over raw `unconstr_fields`, so a field added\n at the end costs every deployed reader exactly nothing, while one inserted\n anywhere else silently deepens — or worse, silently re-points — a hot\n accessor.\n\n What is NOT here, and why:\n * `programmable_logic_base_cred`, `registry_node_cs` and the seizure datum\n bound are compile-time PARAMETERS of the delegates. A frozen value\n never needs to be a datum read — it only needs baking into whatever\n artifact is itself the replaceable unit, and the delegates are exactly\n that. Removing a field is stronger than freezing it, but only over\n that field: no upgrade can edit these in place, while the VALUES stay\n reachable one hop away, through a dispatch-layer swap that installs\n delegates applied with the values of the authority's choosing.\n * the three delegate HASHES are baked into `programmable_logic_global`,\n which is why it never reads this datum. The trust chain is\n PLB -> params -> PLG -> delegate.\n * `transfer_cred` / `third_party_cred` remain because `issuance_logic`\n sits on a DIFFERENT chain: it must locate a delegate's REDEEMER to prove\n that delegate covered a minting policy's registry node (Finding 04\n precise delegation). Reading them at runtime is what stops a delegate\n upgrade stranding issuance.\n * `issuance_logic_cred` is the replaceable half of issuance (#129). The\n per-token `issuance_mint` policy is permanent by construction — its\n hash IS the token's policy id — so every rule that may change lives\n behind this credential instead.",
1090
+ "anyOf": [
1091
+ {
1092
+ "title": "ProtocolParams",
1093
+ "dataType": "constructor",
1094
+ "index": 0,
1095
+ "fields": [
1096
+ {
1097
+ "title": "programmable_logic_global_cred",
1098
+ "description": "Field 0 — credential of the `programmable_logic_global` dispatcher.\n **The hot field**: `programmable_logic_base` reads it on every\n programmable input and requires its withdraw-0. This one field IS the\n upgrade mechanism — rewriting it swaps the entire dispatch layer without\n moving PLB's hash, and therefore without moving a single token address.\n First because it is the only per-input read: its accessor walks nothing.",
1099
+ "$ref": "#/definitions/cardano~1address~1Credential"
1100
+ },
1101
+ {
1102
+ "title": "issuance_logic_cred",
1103
+ "description": "Field 1 — credential of the `issuance_logic` withdraw-0 validator (issue\n #129). Read ONLY by `issuance_mint`, the permanent per-token policy, to\n learn which script currently carries the protocol's issuance rules and\n to require its withdraw-0. Rewriting this field is how those rules are\n upgraded for EVERY token, including ones already minted — the permanent\n policy's bytes never move, so neither does any policy id. Sits at 1\n because it is read once per `issuance_mint` EXECUTION — the ledger runs\n that policy once per programmable policy minted or burned, so a\n multi-policy transaction repeats the read — which is the second-hottest\n read after PLB's.",
1104
+ "$ref": "#/definitions/cardano~1address~1Credential"
1105
+ },
1106
+ {
1107
+ "title": "transfer_cred",
1108
+ "description": "Field 2 — credential of the `transfer` withdraw-0 validator. Read ONLY by\n `issuance_logic`, to locate that validator's redeemer and check it names\n the minting policy's own registry node. PLB does not read it.",
1109
+ "$ref": "#/definitions/cardano~1address~1Credential"
1110
+ },
1111
+ {
1112
+ "title": "third_party_cred",
1113
+ "description": "Field 3 — credential of the `third_party` (seize / clawback / freeze)\n withdraw-0 validator. Read ONLY by `issuance_logic`, same reason as\n `transfer_cred`.",
1114
+ "$ref": "#/definitions/cardano~1address~1Credential"
1115
+ },
1116
+ {
1117
+ "title": "upgrade_cred",
1118
+ "description": "Field 4 — credential of the upgrade-authority withdraw-0 validator\n (trampoline 2). Read only by `protocol_params` — at genesis for\n well-formedness, and on every spend to decide *who* may rewrite this\n datum. A datum field rather than a script parameter so the authority\n itself can be swapped in place.",
1119
+ "$ref": "#/definitions/cardano~1address~1Credential"
1120
+ },
1121
+ {
1122
+ "title": "pending_upgrade_cred",
1123
+ "description": "Field 5 — the INCOMING upgrade authority while a handover is in flight,\n `None` at rest. Read by `protocol_params` on both the mint and spend\n paths; at genesis the field must be `None`, so a protocol cannot be\n born mid-handover.\n\n Rewriting `upgrade_cred` in one step is forbidden: a hash for a script\n that was never deployed, or a typo, hands the protocol to nobody and\n there is no repair path, because the credential named here is the only\n one that can authorise the next spend. So a handover is two phases —\n the sitting authority NOMINATES here, and the nominee ACTIVATES itself\n by presenting its own withdraw-0, which is what proves it exists, runs\n and consents. Until then the sitting authority can clear this field.\n\n Deliberately not a co-signature rule (issue #125) requiring the\n incoming credential's withdraw-0 in the same transaction as the\n nomination — that would silently restrict who may become the upgrade\n authority to parties that can be scheduled into someone else's\n transaction, excluding a governance action, or any authority that\n assembles its approval over days. Two phases demand the same evidence\n without the coordination.",
1124
+ "$ref": "#/definitions/Option<cardano~1address~1Credential>"
1125
+ }
1126
+ ]
1127
+ }
1128
+ ]
1129
+ },
1130
+ "registry_node/RegistryNode": {
1131
+ "title": "RegistryNode",
1132
+ "description": "Registry node in the linked list of registered programmable token policies\n This represents an entry in the CIP-113 registry.\n\n Field order is load-bearing: it determines the CBOR layout consumed by both\n on-chain and off-chain code. The four script-credential fields are ordered\n by the natural lifecycle of a programmable token — `minting_logic_script`\n (mint), `transfer_logic_script` (transfer), `third_party_logic_script`\n (third-party), `unfracking_logic_script` (unfracking) — with\n `minting_logic_script` first because registration is the earliest event in a\n token's lifetime.",
1133
+ "anyOf": [
1134
+ {
1135
+ "title": "RegistryNode",
1136
+ "dataType": "constructor",
1137
+ "index": 0,
1138
+ "fields": [
1139
+ {
1140
+ "title": "key",
1141
+ "description": "The key (currency symbol) of the programmable token policy",
1142
+ "$ref": "#/definitions/ByteArray"
1143
+ },
1144
+ {
1145
+ "title": "next",
1146
+ "description": "The next key in lexicographical order (for linked list traversal)",
1147
+ "$ref": "#/definitions/ByteArray"
1148
+ },
1149
+ {
1150
+ "title": "minting_logic_script",
1151
+ "description": "The minting logic script credential. The token module's withdraw-0 minting\n logic finds its own registry node by equality on this field — that gives\n it the `key` (the policy id) without recomputing the issuance hash.\n The `registry` validator's mint handler also cryptographically binds\n this field to the policy id\n via `expect_programmable_token_id_valid`, so the field cannot lie.",
1152
+ "$ref": "#/definitions/cardano~1address~1Credential"
1153
+ },
1154
+ {
1155
+ "title": "transfer_logic_script",
1156
+ "description": "The transfer logic script credential that validates token transfers",
1157
+ "$ref": "#/definitions/cardano~1address~1Credential"
1158
+ },
1159
+ {
1160
+ "title": "third_party_logic_script",
1161
+ "description": "The third party transfer logic script credential that handles third-party actions (seizure, etc.)",
1162
+ "$ref": "#/definitions/cardano~1address~1Credential"
1163
+ },
1164
+ {
1165
+ "title": "unfracking_logic_script",
1166
+ "description": "Credential whose withdraw-0 must be invoked by any unfracking action\n touching this policy — the issuer-declared unfracking constraint\n hook. `empty_vkey` means unfracking is FORBIDDEN for this policy\n (least permission by default: no script, no party). A `Script`\n credential delegates to the issuer's hook validator; a\n `VerificationKey` credential gives signature-gated unfracking (a\n withdrawal against a vkey reward account requires that key's\n signature). Sits at index 5, keeping the four logic-credential\n fields contiguous (2-5) ahead of the scalar `global_state_cs`.\n Freely mutable through the registry-node update path, like the\n other logic fields.",
1167
+ "$ref": "#/definitions/cardano~1address~1Credential"
1168
+ },
1169
+ {
1170
+ "title": "global_state_cs",
1171
+ "description": "Optional global state NFT currency symbol for this policy",
1172
+ "$ref": "#/definitions/ByteArray"
1173
+ }
1174
+ ]
1175
+ }
1176
+ ]
1177
+ },
1178
+ "types/BaseSpendRedeemer": {
1179
+ "title": "BaseSpendRedeemer",
1180
+ "description": "Redeemer of the `programmable_logic_base` spend validator.\n\n PLB runs once per programmable-token input, so its cost is multiplied by\n every such input in the transaction — which is why it does the smallest\n job in the protocol: locate the params datum, read ONE credential\n (`programmable_logic_global_cred`, field 0), and require that credential's withdraw-0 at the\n witnessed index. No arm, no `when`, no choice of accessor.\n\n It witnesses WHERE the dispatcher's credential sits in the ledger-ordered\n withdrawal map (Script credentials first, then VerificationKey, bytewise\n within each), so the check is a direct `list.expect_at` — O(`wdrl_idx`) cell\n drops with no comparison on the way — plus one equality, instead of a scan\n that compares at every entry.\n\n Self-validating: a wrong `wdrl_idx` resolves to some other credential and\n the equality fails, so a dishonest witness can only invalidate its own\n transaction.",
1181
+ "anyOf": [
1182
+ {
1183
+ "title": "BaseSpendRedeemer",
1184
+ "dataType": "constructor",
1185
+ "index": 0,
1186
+ "fields": [
1187
+ {
1188
+ "title": "params_idx",
1189
+ "description": "Index of the protocol-params NFT UTxO in `reference_inputs`.",
1190
+ "$ref": "#/definitions/Int"
1191
+ },
1192
+ {
1193
+ "title": "wdrl_idx",
1194
+ "description": "Index of `programmable_logic_global_cred`'s entry in the ledger-ordered withdrawal map.",
1195
+ "$ref": "#/definitions/Int"
1196
+ }
1197
+ ]
1198
+ }
1199
+ ]
1200
+ },
1201
+ "types/IssuanceLogicRedeemer": {
1202
+ "title": "IssuanceLogicRedeemer",
1203
+ "dataType": "map",
1204
+ "keys": {
1205
+ "$ref": "#/definitions/cardano~1assets~1PolicyId"
1206
+ },
1207
+ "values": {
1208
+ "$ref": "#/definitions/types~1MintingRegistryProof"
1209
+ }
1210
+ },
1211
+ "types/IssuanceMintRedeemer": {
1212
+ "title": "IssuanceMintRedeemer",
1213
+ "description": "Redeemer of the PERMANENT issuance policy (`issuance_mint`, issue #129):\n nothing but an index hint locating the protocol-params UTxO among the\n reference inputs. Everything that could ever change — registry proofs,\n custody, delegate redeemer shapes — travels in `IssuanceLogicRedeemer`\n instead, so this type can stay frozen for as long as any token exists.",
1214
+ "anyOf": [
1215
+ {
1216
+ "title": "IssuanceMintRedeemer",
1217
+ "dataType": "constructor",
1218
+ "index": 0,
1219
+ "fields": [
1220
+ {
1221
+ "title": "params_idx",
1222
+ "$ref": "#/definitions/Int"
1223
+ }
1224
+ ]
1225
+ }
1226
+ ]
1227
+ },
1228
+ "types/MintingRegistryProof": {
1229
+ "title": "MintingRegistryProof",
1230
+ "description": "Per-policy registry proof carried in `IssuanceLogicRedeemer`.\n\n The redeemer is the registry proof itself — a `RefInput` index for a\n subsequent mint (registry node already exists), or an `OutputIndex` for\n the first mint (registry node being created in the same tx).\n\n The token module's withdraw-0 invocation (proof of instance) is checked by\n `issuance_mint` directly against its `minting_logic_cred` parameter — no\n separate redeemer field needed. The validator parameter is baked into\n the policy id at compile time and pinned to `registry.minting_logic_script`\n by the cryptographic binding in the registry validator's mint handler, so\n collision-resistance of blake2b_224 forces credential agreement without a\n runtime equality check on the redeemer.",
1231
+ "anyOf": [
1232
+ {
1233
+ "title": "RefInput",
1234
+ "dataType": "constructor",
1235
+ "index": 0,
1236
+ "fields": [
1237
+ {
1238
+ "title": "index",
1239
+ "$ref": "#/definitions/Int"
1240
+ }
1241
+ ]
1242
+ },
1243
+ {
1244
+ "title": "OutputIndex",
1245
+ "dataType": "constructor",
1246
+ "index": 1,
1247
+ "fields": [
1248
+ {
1249
+ "title": "index",
1250
+ "$ref": "#/definitions/Int"
1251
+ }
1252
+ ]
1253
+ }
1254
+ ]
1255
+ },
1256
+ "types/ProgrammableLogicGlobalRedeemer": {
1257
+ "title": "ProgrammableLogicGlobalRedeemer",
1258
+ "description": "Redeemer of the `programmable_logic_global` dispatcher.\n\n PLG is reached from PLB (which named it via `programmable_logic_global_cred`) and does exactly one\n thing: prove that the delegate for the chosen ACTION was invoked. The three\n delegate hashes are compile-time parameters of PLG, so it never reads the\n params datum — the trust chain is PLB -> params -> PLG -> delegate, and PLG\n is the link that turns \"some dispatcher ran\" into \"the right delegate ran\".\n\n The arms carry NO payload on purpose. Everything a delegate needs — registry\n proofs, node indices, output offsets — travels in that delegate's OWN\n redeemer, where the delegate itself validates it. Duplicating any of it here\n would create a second, unchecked claim about the same fact, and forcing the\n two to agree would mean PLG decoding the delegate's redeemer — which is\n exactly the work this design exists to avoid.",
1259
+ "anyOf": [
1260
+ {
1261
+ "title": "TransferAct",
1262
+ "description": "An ordinary transfer: requires the `transfer` validator's withdraw-0.",
1263
+ "dataType": "constructor",
1264
+ "index": 0,
1265
+ "fields": []
1266
+ },
1267
+ {
1268
+ "title": "ThirdPartyAct",
1269
+ "description": "A third-party action (seize / clawback / freeze enforcement): requires\n the `third_party` validator's withdraw-0.",
1270
+ "dataType": "constructor",
1271
+ "index": 1,
1272
+ "fields": []
1273
+ },
1274
+ {
1275
+ "title": "UnfrackingAct",
1276
+ "description": "Holder-driven same-owner restructuring (Finding 17): requires the\n `unfracking` validator's withdraw-0.",
1277
+ "dataType": "constructor",
1278
+ "index": 2,
1279
+ "fields": []
1280
+ }
1281
+ ]
1282
+ },
1283
+ "types/ProtocolParamsRedeemer": {
1284
+ "title": "ProtocolParamsRedeemer",
1285
+ "description": "Redeemer of the `protocol_params` SPEND handler — which of the three\n upgrade-path transaction shapes this is.\n\n The arms carry NO payload, for the same reason\n `ProgrammableLogicGlobalRedeemer`'s do not: every value the branch needs is\n already in the continuing datum, which is validated regardless. A\n credential repeated here would be a second, unchecked claim about the same\n fact, and forcing the two to agree costs a comparison that buys nothing.\n\n The arms exist to make each transaction DECLARE its intent, so that each\n branch is one closed rule set rather than a disjunction the reader has to\n solve. Note what that buys beyond legibility: because `ProtocolUpgrade`\n freezes the nomination and `NominateAuthority` freezes everything else, a\n nomination can never ride along inside a parameter change. Anyone watching\n the chain sees an authority handover begin as its own transaction.\n\n Audit-3 finding 02 (issue #124) is about the PLB redeemer carrying action\n variants: PLB stays action-agnostic because its hash is baked into every\n token address, so an action set change there would be a token-address\n migration. `protocol_params` is the upgrade path itself — replacing it is\n a redeploy by definition — so there is no such coupling to protect here.",
1286
+ "anyOf": [
1287
+ {
1288
+ "title": "ProtocolUpgrade",
1289
+ "description": "Rewrite mutable protocol wiring. May change `programmable_logic_global_cred`,\n `issuance_logic_cred`, `transfer_cred` and `third_party_cred`; may NOT\n touch `upgrade_cred` or the nomination. Authorised by the sitting\n `upgrade_cred`'s withdraw-0.",
1290
+ "dataType": "constructor",
1291
+ "index": 0,
1292
+ "fields": []
1293
+ },
1294
+ {
1295
+ "title": "NominateAuthority",
1296
+ "description": "Phase 1 of a handover: set (or clear) `pending_upgrade_cred` and nothing\n else. `Some(c)` nominates or re-nominates, `None` revokes. Authorised by\n the sitting `upgrade_cred`'s withdraw-0.",
1297
+ "dataType": "constructor",
1298
+ "index": 1,
1299
+ "fields": []
1300
+ },
1301
+ {
1302
+ "title": "PromoteAuthority",
1303
+ "description": "Phase 2 of a handover: the standing nominee becomes `upgrade_cred` and\n the nomination clears; nothing else moves. Authorised by the NOMINEE's\n own withdraw-0 — the evidence that it exists, runs and consents.",
1304
+ "dataType": "constructor",
1305
+ "index": 2,
1306
+ "fields": []
1307
+ }
1308
+ ]
1309
+ },
1310
+ "types/RegistryProof": {
1311
+ "title": "RegistryProof",
1312
+ "description": "Proof that a token is (or is not) in the registry",
1313
+ "anyOf": [
1314
+ {
1315
+ "title": "TokenExists",
1316
+ "description": "Token exists in the registry at this reference input index",
1317
+ "dataType": "constructor",
1318
+ "index": 0,
1319
+ "fields": [
1320
+ {
1321
+ "title": "node_idx",
1322
+ "$ref": "#/definitions/Int"
1323
+ }
1324
+ ]
1325
+ },
1326
+ {
1327
+ "title": "TokenDoesNotExist",
1328
+ "description": "Token does not exist (proof via covering node at this index)",
1329
+ "dataType": "constructor",
1330
+ "index": 1,
1331
+ "fields": [
1332
+ {
1333
+ "title": "node_idx",
1334
+ "$ref": "#/definitions/Int"
1335
+ }
1336
+ ]
1337
+ }
1338
+ ]
1339
+ },
1340
+ "types/RegistryRedeemer": {
1341
+ "title": "RegistryRedeemer",
1342
+ "description": "Redeemer for registry minting policy (linked list operations)",
1343
+ "anyOf": [
1344
+ {
1345
+ "title": "RegistryInit",
1346
+ "description": "Initialize the registry with the origin node",
1347
+ "dataType": "constructor",
1348
+ "index": 0,
1349
+ "fields": []
1350
+ },
1351
+ {
1352
+ "title": "RegistryInsert",
1353
+ "description": "Insert a new programmable token policy into the registry.\n\n `minting_logic_script` is the credential of the token module's\n withdraw-0 minting logic. The `registry` mint handler enforces that:\n * the new node's datum field `minting_logic_script` equals this\n value (datum-matches-redeemer check, prevents the registrar\n from writing a different credential into the datum than they\n claim in the redeemer);\n * the issuance template parameterised with this credential hashes\n to `key` (cryptographic binding: the `hashed_param` used in the\n policy id derivation is the inner 28-byte hash of this\n credential — derived inside the validator, NOT supplied as a\n separate redeemer field);\n * the token module's withdraw-0 logic is invoked\n (`minting_logic_script` in `tx.withdrawals`).\n\n Whether the registration also carries a first mint of the new\n policy is NOT constrained by the `registry` mint handler: a first mint in the\n same tx is validated by `issuance_mint` as usual, and registering\n without any mint is equally valid (useful for real-world-asset\n issuance or supply-aware token modules that must initialise global\n state before any token exists). A token module that wants a strict\n register-then-mint lifecycle must enforce it in its own minting\n logic.",
1354
+ "dataType": "constructor",
1355
+ "index": 1,
1356
+ "fields": [
1357
+ {
1358
+ "title": "key",
1359
+ "$ref": "#/definitions/ByteArray"
1360
+ },
1361
+ {
1362
+ "title": "minting_logic_script",
1363
+ "$ref": "#/definitions/cardano~1address~1Credential"
1364
+ }
1365
+ ]
1366
+ }
1367
+ ]
1368
+ },
1369
+ "types/ThirdPartyRedeemer": {
1370
+ "title": "ThirdPartyRedeemer",
1371
+ "description": "Redeemer of the standalone `third_party` withdraw-0 validator.\n Same index-hint discipline as `UnfrackingRedeemer`: a third-party\n (seize / clawback / freeze-enforcement) action names its subject\n policy's registry node and pairs every acted-on PLB input positionally\n with a continuing output starting at `outputs_start_idx`.",
1372
+ "anyOf": [
1373
+ {
1374
+ "title": "ThirdPartyRedeemer",
1375
+ "dataType": "constructor",
1376
+ "index": 0,
1377
+ "fields": [
1378
+ {
1379
+ "title": "registry_node_idx",
1380
+ "description": "Index of the subject policy's registry node in reference inputs",
1381
+ "$ref": "#/definitions/Int"
1382
+ },
1383
+ {
1384
+ "title": "outputs_start_idx",
1385
+ "description": "Starting index in outputs where processed outputs begin",
1386
+ "$ref": "#/definitions/Int"
1387
+ }
1388
+ ]
1389
+ }
1390
+ ]
1391
+ },
1392
+ "types/TransferRedeemer": {
1393
+ "title": "TransferRedeemer",
1394
+ "description": "Redeemer of the `transfer` withdraw-0 validator — the script every\n ordinary programmable-token transfer is dispatched to, by\n `programmable_logic_global` under a `TransferAct` arm.\n\n This redeemer carries no `params_idx`: the `transfer` validator does not\n read the protocol-params datum. `programmable_logic_base_cred`,\n `registry_node_cs` and the seizure datum bound are compile-time parameters\n of the validator instead. Same for the standalone `third_party` and\n `unfracking` redeemers.",
1395
+ "anyOf": [
1396
+ {
1397
+ "title": "TransferRedeemer",
1398
+ "dataType": "constructor",
1399
+ "index": 0,
1400
+ "fields": [
1401
+ {
1402
+ "title": "proofs",
1403
+ "description": "One registry proof per distinct spent policy, in ascending policy order",
1404
+ "$ref": "#/definitions/List<types~1RegistryProof>"
1405
+ }
1406
+ ]
1407
+ }
1408
+ ]
1409
+ },
1410
+ "types/UnfrackingRedeemer": {
1411
+ "title": "UnfrackingRedeemer",
1412
+ "description": "Redeemer of the standalone `unfracking` withdraw-0 validator.\n Same index-hint discipline as `ThirdPartyRedeemer`: an unfracking action\n is single-policy, names its registry node, and pairs every PLB input\n positionally with a continuing output starting at `outputs_start_idx`.",
1413
+ "anyOf": [
1414
+ {
1415
+ "title": "UnfrackingRedeemer",
1416
+ "dataType": "constructor",
1417
+ "index": 0,
1418
+ "fields": [
1419
+ {
1420
+ "title": "registry_node_idx",
1421
+ "description": "Index of the acted-on policy's registry node in reference inputs",
1422
+ "$ref": "#/definitions/Int"
1423
+ },
1424
+ {
1425
+ "title": "outputs_start_idx",
1426
+ "description": "Starting index in outputs where the paired continuing outputs begin",
1427
+ "$ref": "#/definitions/Int"
1428
+ }
1429
+ ]
1430
+ }
1431
+ ]
1432
+ }
1433
+ }
1434
+ }