@easy1staking/cip113-sdk-ts 0.7.0 → 0.9.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.
- package/README.md +72 -2
- package/blueprints/standard/v0.5.0-alpha.3/UPSTREAM_PIN.json +35 -0
- package/blueprints/standard/v0.5.0-alpha.3/plutus.json +1126 -0
- package/blueprints/standard/v0.5.0-alpha.4/UPSTREAM_PIN.json +36 -0
- package/blueprints/standard/v0.5.0-alpha.4/plutus.json +1434 -0
- package/dist/core/evo-utils.d.ts +357 -39
- package/dist/core/evo-utils.d.ts.map +1 -1
- package/dist/core/evo-utils.js +513 -27
- package/dist/core/evo-utils.js.map +1 -1
- package/dist/core/ledger-order.d.ts +204 -18
- package/dist/core/ledger-order.d.ts.map +1 -1
- package/dist/core/ledger-order.js +385 -28
- package/dist/core/ledger-order.js.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -3
- package/dist/index.js.map +1 -1
- package/dist/standard/blueprint.d.ts +128 -29
- package/dist/standard/blueprint.d.ts.map +1 -1
- package/dist/standard/blueprint.js +244 -47
- package/dist/standard/blueprint.js.map +1 -1
- package/dist/standard/scripts.d.ts +143 -75
- package/dist/standard/scripts.d.ts.map +1 -1
- package/dist/standard/scripts.js +211 -116
- package/dist/standard/scripts.js.map +1 -1
- package/dist/substandards/dummy/index.d.ts +19 -0
- package/dist/substandards/dummy/index.d.ts.map +1 -1
- package/dist/substandards/dummy/index.js +322 -73
- package/dist/substandards/dummy/index.js.map +1 -1
- package/dist/substandards/freeze-and-seize/index.d.ts.map +1 -1
- package/dist/substandards/freeze-and-seize/index.js +455 -117
- package/dist/substandards/freeze-and-seize/index.js.map +1 -1
- package/dist/types.d.ts +131 -48
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -0,0 +1,1126 @@
|
|
|
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.3",
|
|
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_mint.issuance_mint.mint",
|
|
104
|
+
"redeemer": {
|
|
105
|
+
"title": "redeemer",
|
|
106
|
+
"schema": {
|
|
107
|
+
"$ref": "#/definitions/types~1MintingRegistryProof"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"parameters": [
|
|
111
|
+
{
|
|
112
|
+
"title": "programmable_logic_base",
|
|
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": "minting_logic_cred",
|
|
125
|
+
"schema": {
|
|
126
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"title": "params_policy",
|
|
131
|
+
"schema": {
|
|
132
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"compiledCode": "590794010100222229800aba4aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae002488888888896600264653001300a00198051805800cdc3a4001300a0024888966002600460146ea800e266446644b30013006001899192cc004c05400a0091640486eb4c04c004c03cdd5004456600260060031323259800980a80140122c8090dd6980980098079baa0088b201a40342664464b3001323300100137566028602a602a602a602a602a602a60226ea801c896600200314a115980099baf01a301130150018a51899801001180b000a020404d1980091192cc004c02800626464b300130190028024590161bae3017001301337540071598009803800c4c8c96600260320050048b202c375c602e00260266ea800e2c808901118089baa0029ba5480026e1d20049112cc004cdc4a400800319800801cc05cc05c00a66e012003001400d15980099b894800800633001003980b8014cdc024002002801a2b3001300a0018980b001459011202240449111199119912cc004c030c05cdd5008c5660033001330013758601460306ea8038dd6980d980c1baa01180ac03500240262c80b2264b300198009806180c9baa330023758601860326ea803c00602d00e400d15980099912cc004c03cc068dd5000c52844c96600264b30013011301c375400314a1132323300100137586044603e6ea8c088c07cdd5001912cc00400629422b30013375e006604600314a3133002002302400140788108c030cc07cdd4002a5eb8101b191919800800802912cc004006298103d87a80008994c004c07c00660400033024002488966002602260446ea800e2b30013375e604c60466ea800c01e2b3001301a30223754005132598009814000c4c8cc004004dd6181400111192cc00400a2602c6605200c97ae089919912cc004c08400a26464b30013030002801c5902d1bad302e001302a3754007159800980f00144c8c96600260600050038b205a375a605c00260546ea800e2c814102818139baa00113002302c003302a00240a0600400516409460466ea800a2c810a26600c00c002810a26600c00c002810860440028100c8cc0340044004c07cc080006294626464b30013012301d375400314a113370e6eb4c084c078dd51810980f1baa0010064070646600200200a44b30010018a60103d87a80008994c004c07c00660400033024002488966002602260446ea800e2b30013375e604c60466ea800c01e2b3001301a30223754005132323322598009815801c4c058cc0a40192f5c11640a06eb4c0a0004dd69814001181400098119baa0028b2042899803003000a042899803003000a0421811000a040323300d0011001301f30203020001406860366ea8c018c038c06cdd5180f180d9baa00140646eacc070c074c074c074c074c074c074c074c074c074c064dd500799198008009bac300d301a375402044b30010018a60103d87a80008992cc00660026eacc03cc070dd51807980e1baa00180c52210e50726f746f636f6c506172616d730040211300b3301e0014bd7044cc00c00cc08000901a180f000a0388a51805202e8b202e375a603660306ea80450161112cc00660026eacc030c064dd5001c00a002802a264b300130113019375400313232323232323298009bae30240019bae30240079bae302400698120024c09000e60480049111112cc004c0ac01e26602e605401626602e00626602e00426602e002266e3cdd7181518139baa00e00f8b205018120009811800981100098108009810000980f800980d1baa0018b203030040038b202e3003003222332259800801452844ca6002603a603c00332598009809180d1baa00189bad301b301e3756603c60366ea8006290002032301d0019bab00348896600200315980099baf0030068998028012400114a080da264b30013375e981014000301d0018acc004cc01800cdd6980f18109bab301e001899baf004374c604400514a080e22b30013300600348002266ebc01001e294101c203830200014078329800800c01a446603c0046603c6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a44100002899802180719810980f801a5eb80006266008980103d87a80000054075198008034006446600c0046604600a002803101d1bae301c0013021003301f002407514a114a114a080f0dd31980c99bb037520046e98cc064cdd81ba90014c010101004bd6f7b63025eb7bdb18089289192cc004c010c054dd5000c4c064c058dd5000c590141803980a9baa0014528201c132330010013758600460206ea8018896600200314a3159800992cc004cdd7980a98091baa30153012375400203913259800980518091baa0018acc004c028c048dd5180b18099baa0018acc00566002600e60246ea8c014c04cdd500145284528a022899baf4c103d87a800030163017301730173013375400514a0808a2c808a2c8088c014c048dd5180a98091baa0018cc004c8cc004004c05cdd5980318099baa0022259800800c528456600266e3cdd71809980b800804c528c4cc008008c060005012202aa50a5140408080c050006266004004602a00314a08079012118089809000918089809180900098061baa006375c601c60166ea800cdc3a4005164024300a00130053754017149a26cac80181",
|
|
137
|
+
"hash": "ab53d3419972249a298b8d510cfa0a5d95c189e9ddc5ba099a4fa31c"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"title": "issuance_mint.issuance_mint.else",
|
|
141
|
+
"redeemer": {
|
|
142
|
+
"schema": {}
|
|
143
|
+
},
|
|
144
|
+
"parameters": [
|
|
145
|
+
{
|
|
146
|
+
"title": "programmable_logic_base",
|
|
147
|
+
"schema": {
|
|
148
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"title": "registry_node_cs",
|
|
153
|
+
"schema": {
|
|
154
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"title": "minting_logic_cred",
|
|
159
|
+
"schema": {
|
|
160
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"title": "params_policy",
|
|
165
|
+
"schema": {
|
|
166
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"compiledCode": "590794010100222229800aba4aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae002488888888896600264653001300a00198051805800cdc3a4001300a0024888966002600460146ea800e266446644b30013006001899192cc004c05400a0091640486eb4c04c004c03cdd5004456600260060031323259800980a80140122c8090dd6980980098079baa0088b201a40342664464b3001323300100137566028602a602a602a602a602a602a60226ea801c896600200314a115980099baf01a301130150018a51899801001180b000a020404d1980091192cc004c02800626464b300130190028024590161bae3017001301337540071598009803800c4c8c96600260320050048b202c375c602e00260266ea800e2c808901118089baa0029ba5480026e1d20049112cc004cdc4a400800319800801cc05cc05c00a66e012003001400d15980099b894800800633001003980b8014cdc024002002801a2b3001300a0018980b001459011202240449111199119912cc004c030c05cdd5008c5660033001330013758601460306ea8038dd6980d980c1baa01180ac03500240262c80b2264b300198009806180c9baa330023758601860326ea803c00602d00e400d15980099912cc004c03cc068dd5000c52844c96600264b30013011301c375400314a1132323300100137586044603e6ea8c088c07cdd5001912cc00400629422b30013375e006604600314a3133002002302400140788108c030cc07cdd4002a5eb8101b191919800800802912cc004006298103d87a80008994c004c07c00660400033024002488966002602260446ea800e2b30013375e604c60466ea800c01e2b3001301a30223754005132598009814000c4c8cc004004dd6181400111192cc00400a2602c6605200c97ae089919912cc004c08400a26464b30013030002801c5902d1bad302e001302a3754007159800980f00144c8c96600260600050038b205a375a605c00260546ea800e2c814102818139baa00113002302c003302a00240a0600400516409460466ea800a2c810a26600c00c002810a26600c00c002810860440028100c8cc0340044004c07cc080006294626464b30013012301d375400314a113370e6eb4c084c078dd51810980f1baa0010064070646600200200a44b30010018a60103d87a80008994c004c07c00660400033024002488966002602260446ea800e2b30013375e604c60466ea800c01e2b3001301a30223754005132323322598009815801c4c058cc0a40192f5c11640a06eb4c0a0004dd69814001181400098119baa0028b2042899803003000a042899803003000a0421811000a040323300d0011001301f30203020001406860366ea8c018c038c06cdd5180f180d9baa00140646eacc070c074c074c074c074c074c074c074c074c074c064dd500799198008009bac300d301a375402044b30010018a60103d87a80008992cc00660026eacc03cc070dd51807980e1baa00180c52210e50726f746f636f6c506172616d730040211300b3301e0014bd7044cc00c00cc08000901a180f000a0388a51805202e8b202e375a603660306ea80450161112cc00660026eacc030c064dd5001c00a002802a264b300130113019375400313232323232323298009bae30240019bae30240079bae302400698120024c09000e60480049111112cc004c0ac01e26602e605401626602e00626602e00426602e002266e3cdd7181518139baa00e00f8b205018120009811800981100098108009810000980f800980d1baa0018b203030040038b202e3003003222332259800801452844ca6002603a603c00332598009809180d1baa00189bad301b301e3756603c60366ea8006290002032301d0019bab00348896600200315980099baf0030068998028012400114a080da264b30013375e981014000301d0018acc004cc01800cdd6980f18109bab301e001899baf004374c604400514a080e22b30013300600348002266ebc01001e294101c203830200014078329800800c01a446603c0046603c6e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a44100002899802180719810980f801a5eb80006266008980103d87a80000054075198008034006446600c0046604600a002803101d1bae301c0013021003301f002407514a114a114a080f0dd31980c99bb037520046e98cc064cdd81ba90014c010101004bd6f7b63025eb7bdb18089289192cc004c010c054dd5000c4c064c058dd5000c590141803980a9baa0014528201c132330010013758600460206ea8018896600200314a3159800992cc004cdd7980a98091baa30153012375400203913259800980518091baa0018acc004c028c048dd5180b18099baa0018acc00566002600e60246ea8c014c04cdd500145284528a022899baf4c103d87a800030163017301730173013375400514a0808a2c808a2c8088c014c048dd5180a98091baa0018cc004c8cc004004c05cdd5980318099baa0022259800800c528456600266e3cdd71809980b800804c528c4cc008008c060005012202aa50a5140408080c050006266004004602a00314a08079012118089809000918089809180900098061baa006375c601c60166ea800cdc3a4005164024300a00130053754017149a26cac80181",
|
|
171
|
+
"hash": "ab53d3419972249a298b8d510cfa0a5d95c189e9ddc5ba099a4fa31c"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"title": "programmable_logic_base.programmable_logic_base.spend",
|
|
175
|
+
"datum": {
|
|
176
|
+
"title": "_datum",
|
|
177
|
+
"schema": {
|
|
178
|
+
"$ref": "#/definitions/Data"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"redeemer": {
|
|
182
|
+
"title": "redeemer",
|
|
183
|
+
"schema": {
|
|
184
|
+
"$ref": "#/definitions/types~1BaseSpendRedeemer"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"parameters": [
|
|
188
|
+
{
|
|
189
|
+
"title": "params_policy",
|
|
190
|
+
"schema": {
|
|
191
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"compiledCode": "590231010100229800aba2aba1aab9faab9eaab9dab9a9bae002488888896600264653001300800198041804800cc0200092225980099b8748008c020dd500144ca60026018003300c300d0019b874800122259800980098061baa0078991919912cc004c05000e33001301137540172301430150019112cc004cdc4a400800319800801cc05cc05c00a66e012003001400d15980099b894800800633001003980b8014cdc024002002801a2b300130080018980b00145901220244048911192cc004c8cc004004c064dd59802180b1baa30043016375400444b30010018a508acc004cdc79bae301630190010148a51899801001180d000a02a40611325980099b8748010c054dd5000c4cdd7980a994c0040066eacc064c068c068c068c068c068c068c05cdd5007cdd6980c980d00320022225980099b894801000633001003980e180e0014cdc024006002801a2b3001337129001000c66002007301c00299b80480040050034566002601a0031301b0028b202e405c80b8c8cc8966002601a0031323259800980f00140122c80e0dd7180e000980c9baa0038acc004cdc3a40040031323259800980f00140122c80e0dd7180e000980c9baa0038b202e405c2002602c6ea8004c060c058dd5180c180b1baa0018b2028301730183018301537546006602a6ea80062c809a60020033758600460286ea80326eb4c05800d00122c8090dd698088009bad30110023011001300d375400f16402c3009375400516401c300800130043754011149a26cac80101",
|
|
196
|
+
"hash": "d4f6ebcc3080846b8b89d93669ecce7b7690954aa69b4c2a0403b82e"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"title": "programmable_logic_base.programmable_logic_base.else",
|
|
200
|
+
"redeemer": {
|
|
201
|
+
"schema": {}
|
|
202
|
+
},
|
|
203
|
+
"parameters": [
|
|
204
|
+
{
|
|
205
|
+
"title": "params_policy",
|
|
206
|
+
"schema": {
|
|
207
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"compiledCode": "590231010100229800aba2aba1aab9faab9eaab9dab9a9bae002488888896600264653001300800198041804800cc0200092225980099b8748008c020dd500144ca60026018003300c300d0019b874800122259800980098061baa0078991919912cc004c05000e33001301137540172301430150019112cc004cdc4a400800319800801cc05cc05c00a66e012003001400d15980099b894800800633001003980b8014cdc024002002801a2b300130080018980b00145901220244048911192cc004c8cc004004c064dd59802180b1baa30043016375400444b30010018a508acc004cdc79bae301630190010148a51899801001180d000a02a40611325980099b8748010c054dd5000c4cdd7980a994c0040066eacc064c068c068c068c068c068c068c05cdd5007cdd6980c980d00320022225980099b894801000633001003980e180e0014cdc024006002801a2b3001337129001000c66002007301c00299b80480040050034566002601a0031301b0028b202e405c80b8c8cc8966002601a0031323259800980f00140122c80e0dd7180e000980c9baa0038acc004cdc3a40040031323259800980f00140122c80e0dd7180e000980c9baa0038b202e405c2002602c6ea8004c060c058dd5180c180b1baa0018b2028301730183018301537546006602a6ea80062c809a60020033758600460286ea80326eb4c05800d00122c8090dd698088009bad30110023011001300d375400f16402c3009375400516401c300800130043754011149a26cac80101",
|
|
212
|
+
"hash": "d4f6ebcc3080846b8b89d93669ecce7b7690954aa69b4c2a0403b82e"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"title": "programmable_logic_global.programmable_logic_global.withdraw",
|
|
216
|
+
"redeemer": {
|
|
217
|
+
"title": "redeemer",
|
|
218
|
+
"schema": {
|
|
219
|
+
"$ref": "#/definitions/types~1ProgrammableLogicGlobalRedeemer"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"parameters": [
|
|
223
|
+
{
|
|
224
|
+
"title": "transfer_hash",
|
|
225
|
+
"schema": {
|
|
226
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"title": "third_party_hash",
|
|
231
|
+
"schema": {
|
|
232
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"title": "unfracking_hash",
|
|
237
|
+
"schema": {
|
|
238
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"compiledCode": "59014b01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bae0024888888888966002646465300130083754003370e90004c03000e601800491112cc004cdc3a400800919800980818069baa005899199119801001000912cc004cdd798079809800801c528c4cc008008c05000500e1bab3011301230123012301230123012300e375400666e9520023300f375264b300130040018805c56600266e1d200200188054402500c2018300c375400297ae098061baa001488966002600c00315980098081baa004801459011456600266e1d20020018acc004c040dd5002400a2c808a2b30013370e9002000c56600260206ea8012005164045164038807100e22b30013370e900300244c8c966002600a601c6ea8c048c04c00a2946294100d1bad3011001300d375400b16402c8058601660180026016002600c6ea802e29344d95900401",
|
|
243
|
+
"hash": "aa3ca308e88da398f64155598480567c185de903d76364c3a863d0f4"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"title": "programmable_logic_global.programmable_logic_global.publish",
|
|
247
|
+
"redeemer": {
|
|
248
|
+
"title": "_r",
|
|
249
|
+
"schema": {
|
|
250
|
+
"$ref": "#/definitions/Data"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"parameters": [
|
|
254
|
+
{
|
|
255
|
+
"title": "transfer_hash",
|
|
256
|
+
"schema": {
|
|
257
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"title": "third_party_hash",
|
|
262
|
+
"schema": {
|
|
263
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"title": "unfracking_hash",
|
|
268
|
+
"schema": {
|
|
269
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"compiledCode": "59014b01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bae0024888888888966002646465300130083754003370e90004c03000e601800491112cc004cdc3a400800919800980818069baa005899199119801001000912cc004cdd798079809800801c528c4cc008008c05000500e1bab3011301230123012301230123012300e375400666e9520023300f375264b300130040018805c56600266e1d200200188054402500c2018300c375400297ae098061baa001488966002600c00315980098081baa004801459011456600266e1d20020018acc004c040dd5002400a2c808a2b30013370e9002000c56600260206ea8012005164045164038807100e22b30013370e900300244c8c966002600a601c6ea8c048c04c00a2946294100d1bad3011001300d375400b16402c8058601660180026016002600c6ea802e29344d95900401",
|
|
274
|
+
"hash": "aa3ca308e88da398f64155598480567c185de903d76364c3a863d0f4"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"title": "programmable_logic_global.programmable_logic_global.else",
|
|
278
|
+
"redeemer": {
|
|
279
|
+
"schema": {}
|
|
280
|
+
},
|
|
281
|
+
"parameters": [
|
|
282
|
+
{
|
|
283
|
+
"title": "transfer_hash",
|
|
284
|
+
"schema": {
|
|
285
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"title": "third_party_hash",
|
|
290
|
+
"schema": {
|
|
291
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"title": "unfracking_hash",
|
|
296
|
+
"schema": {
|
|
297
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"compiledCode": "59014b01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0049bae0039bae0024888888888966002646465300130083754003370e90004c03000e601800491112cc004cdc3a400800919800980818069baa005899199119801001000912cc004cdd798079809800801c528c4cc008008c05000500e1bab3011301230123012301230123012300e375400666e9520023300f375264b300130040018805c56600266e1d200200188054402500c2018300c375400297ae098061baa001488966002600c00315980098081baa004801459011456600266e1d20020018acc004c040dd5002400a2c808a2b30013370e9002000c56600260206ea8012005164045164038807100e22b30013370e900300244c8c966002600a601c6ea8c048c04c00a2946294100d1bad3011001300d375400b16402c8058601660180026016002600c6ea802e29344d95900401",
|
|
302
|
+
"hash": "aa3ca308e88da398f64155598480567c185de903d76364c3a863d0f4"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"title": "protocol_params.protocol_params.mint",
|
|
306
|
+
"redeemer": {
|
|
307
|
+
"title": "_redeemer",
|
|
308
|
+
"schema": {
|
|
309
|
+
"$ref": "#/definitions/Data"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"parameters": [
|
|
313
|
+
{
|
|
314
|
+
"title": "utxo_ref",
|
|
315
|
+
"schema": {
|
|
316
|
+
"$ref": "#/definitions/cardano~1transaction~1OutputReference"
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"compiledCode": "590583010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a4888888896600330013003375401323370e901c1b8d0019b87480026e1d200291803980418041804000c8c01cc0200064600e601060100032232330010010032232598009802000c400626600600660180048030c02800522222222980098078044c0380224464b30013009001899192cc004c05000a0091640446eb8c048004c038dd5001c56600260100031323259800980a00140122c8088dd7180900098071baa0038b2018403060186ea800a4b30013007300b375400313008375c601e60186ea8006260106eb8c03cc030dd5000a014911194c004c048c04c00664b3001300b300f37540031375a602060266eacc04cc040dd5000c520004038602400337560069112cc0040062b30013375e00600d13300500248002294101044c96600266ebd300101400030120018acc004cc01800cdd69809980b1bab3013001899baf004374c602e00514a0808a2b30013300600348002266ebc01001e294101120223015001404c329800800c0124466026004660266e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a4410000289980219ba548000cc058c05000d2f5c00031330044c103d87a80000054049198008034006446600c0046603000a00280310121bae301100130160033014002404891111194c004c040dd5000c8c96600266e1d20043012375400313259800980798099baa0018991919194c004c06c0066036007301b002488966002603e00913300e301e00713300e00213300e00113300e0031598009806980f180d9baa0088acc004c034c04cc06cdd50044566002601a602460366ea80222601a602860366ea80222941019452820328a504065164070301b001301a001301900130143754003164048602c60266ea80062c8088c024c048dd5000cc050019222598009807801c4cc896600264b3001301b0018992cc004c048dd6980c000c4cdc79bae30170014890e50726f746f636f6c506172616d73008b202c301a0018b20303233001001375660346036603660366036602e6ea802c88c96600266e3c014dd7180c000c4dd5980c800c4cc00c00cc074009017180d800c4c966002600a00315980099baf4c103d87a800030103017375400313375e6034602e6ea8004cdd2a40006603266e95200233019375200697ae0330194c103d87a80004bd704528202a8a504054660186eb0c034c058dd50051192cc0040062942330013756602060306ea800a003224a2804a29422942294101d1ba633019337606ea400cdd31980c99bb04c10f4e50726f746f636f6c506172616d73004c010101004bd6f7b63025eb7bdb1822c80a0dd7180b980a1baa004323300100137586030602a6ea8024896600266ebcc064c058dd5180c80080ec526899801001180d000a0288acc004c03800e2646644b3001301230163754003132332259800980f198009bac301d301a375401c466ebcc078c06cdd51809980d9baa0010038992cc004c07c006264b30013375e980103d87a80003015301c3754003159800cc004dd5980a180e1baa001980a180e1baa3014301c375400b224a2806a2b3001300a001899199119801001000912cc004cdd7980f1811000801c528c4cc008008c08c00501d1bab3020302130213021302130213021301d3754022602a60386ea8c07cc070dd500345901a45901a45901a180f000c5901c198009bac3011301a375401c466ebcc078c06cdd5000801c5901b180d980c1baa30103018375400244646600200200644b30010018a5eb8226644b3001300500289981000119802002000c4cc01001000501c180f8009810000a03a3300d37586034602e6ea802c8cdd7980d980c1baa0010038b202a3018001301830190013014375400916404880906026602800a452689b2b200201",
|
|
321
|
+
"hash": "21c6ac687b79757b156d01a2c63d2a64a5b18c9fb3f78ecc8d3469d8"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"title": "protocol_params.protocol_params.spend",
|
|
325
|
+
"datum": {
|
|
326
|
+
"title": "datum",
|
|
327
|
+
"schema": {
|
|
328
|
+
"$ref": "#/definitions/programmable_logic~1params~1ProgrammableLogicGlobalParams"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"redeemer": {
|
|
332
|
+
"title": "_redeemer",
|
|
333
|
+
"schema": {
|
|
334
|
+
"$ref": "#/definitions/Data"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"parameters": [
|
|
338
|
+
{
|
|
339
|
+
"title": "utxo_ref",
|
|
340
|
+
"schema": {
|
|
341
|
+
"$ref": "#/definitions/cardano~1transaction~1OutputReference"
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"compiledCode": "590583010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a4888888896600330013003375401323370e901c1b8d0019b87480026e1d200291803980418041804000c8c01cc0200064600e601060100032232330010010032232598009802000c400626600600660180048030c02800522222222980098078044c0380224464b30013009001899192cc004c05000a0091640446eb8c048004c038dd5001c56600260100031323259800980a00140122c8088dd7180900098071baa0038b2018403060186ea800a4b30013007300b375400313008375c601e60186ea8006260106eb8c03cc030dd5000a014911194c004c048c04c00664b3001300b300f37540031375a602060266eacc04cc040dd5000c520004038602400337560069112cc0040062b30013375e00600d13300500248002294101044c96600266ebd300101400030120018acc004cc01800cdd69809980b1bab3013001899baf004374c602e00514a0808a2b30013300600348002266ebc01001e294101120223015001404c329800800c0124466026004660266e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a4410000289980219ba548000cc058c05000d2f5c00031330044c103d87a80000054049198008034006446600c0046603000a00280310121bae301100130160033014002404891111194c004c040dd5000c8c96600266e1d20043012375400313259800980798099baa0018991919194c004c06c0066036007301b002488966002603e00913300e301e00713300e00213300e00113300e0031598009806980f180d9baa0088acc004c034c04cc06cdd50044566002601a602460366ea80222601a602860366ea80222941019452820328a504065164070301b001301a001301900130143754003164048602c60266ea80062c8088c024c048dd5000cc050019222598009807801c4cc896600264b3001301b0018992cc004c048dd6980c000c4cdc79bae30170014890e50726f746f636f6c506172616d73008b202c301a0018b20303233001001375660346036603660366036602e6ea802c88c96600266e3c014dd7180c000c4dd5980c800c4cc00c00cc074009017180d800c4c966002600a00315980099baf4c103d87a800030103017375400313375e6034602e6ea8004cdd2a40006603266e95200233019375200697ae0330194c103d87a80004bd704528202a8a504054660186eb0c034c058dd50051192cc0040062942330013756602060306ea800a003224a2804a29422942294101d1ba633019337606ea400cdd31980c99bb04c10f4e50726f746f636f6c506172616d73004c010101004bd6f7b63025eb7bdb1822c80a0dd7180b980a1baa004323300100137586030602a6ea8024896600266ebcc064c058dd5180c80080ec526899801001180d000a0288acc004c03800e2646644b3001301230163754003132332259800980f198009bac301d301a375401c466ebcc078c06cdd51809980d9baa0010038992cc004c07c006264b30013375e980103d87a80003015301c3754003159800cc004dd5980a180e1baa001980a180e1baa3014301c375400b224a2806a2b3001300a001899199119801001000912cc004cdd7980f1811000801c528c4cc008008c08c00501d1bab3020302130213021302130213021301d3754022602a60386ea8c07cc070dd500345901a45901a45901a180f000c5901c198009bac3011301a375401c466ebcc078c06cdd5000801c5901b180d980c1baa30103018375400244646600200200644b30010018a5eb8226644b3001300500289981000119802002000c4cc01001000501c180f8009810000a03a3300d37586034602e6ea802c8cdd7980d980c1baa0010038b202a3018001301830190013014375400916404880906026602800a452689b2b200201",
|
|
346
|
+
"hash": "21c6ac687b79757b156d01a2c63d2a64a5b18c9fb3f78ecc8d3469d8"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"title": "protocol_params.protocol_params.else",
|
|
350
|
+
"redeemer": {
|
|
351
|
+
"schema": {}
|
|
352
|
+
},
|
|
353
|
+
"parameters": [
|
|
354
|
+
{
|
|
355
|
+
"title": "utxo_ref",
|
|
356
|
+
"schema": {
|
|
357
|
+
"$ref": "#/definitions/cardano~1transaction~1OutputReference"
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"compiledCode": "590583010100229800aba4aba2aba1aba0aab9faab9eaab9dab9a4888888896600330013003375401323370e901c1b8d0019b87480026e1d200291803980418041804000c8c01cc0200064600e601060100032232330010010032232598009802000c400626600600660180048030c02800522222222980098078044c0380224464b30013009001899192cc004c05000a0091640446eb8c048004c038dd5001c56600260100031323259800980a00140122c8088dd7180900098071baa0038b2018403060186ea800a4b30013007300b375400313008375c601e60186ea8006260106eb8c03cc030dd5000a014911194c004c048c04c00664b3001300b300f37540031375a602060266eacc04cc040dd5000c520004038602400337560069112cc0040062b30013375e00600d13300500248002294101044c96600266ebd300101400030120018acc004cc01800cdd69809980b1bab3013001899baf004374c602e00514a0808a2b30013300600348002266ebc01001e294101120223015001404c329800800c0124466026004660266e980052f5c08008889660020051330014c0103d87a80004bd6f7b63044c8cc896600266e452201000028acc004cdc7a4410000289980219ba548000cc058c05000d2f5c00031330044c103d87a80000054049198008034006446600c0046603000a00280310121bae301100130160033014002404891111194c004c040dd5000c8c96600266e1d20043012375400313259800980798099baa0018991919194c004c06c0066036007301b002488966002603e00913300e301e00713300e00213300e00113300e0031598009806980f180d9baa0088acc004c034c04cc06cdd50044566002601a602460366ea80222601a602860366ea80222941019452820328a504065164070301b001301a001301900130143754003164048602c60266ea80062c8088c024c048dd5000cc050019222598009807801c4cc896600264b3001301b0018992cc004c048dd6980c000c4cdc79bae30170014890e50726f746f636f6c506172616d73008b202c301a0018b20303233001001375660346036603660366036602e6ea802c88c96600266e3c014dd7180c000c4dd5980c800c4cc00c00cc074009017180d800c4c966002600a00315980099baf4c103d87a800030103017375400313375e6034602e6ea8004cdd2a40006603266e95200233019375200697ae0330194c103d87a80004bd704528202a8a504054660186eb0c034c058dd50051192cc0040062942330013756602060306ea800a003224a2804a29422942294101d1ba633019337606ea400cdd31980c99bb04c10f4e50726f746f636f6c506172616d73004c010101004bd6f7b63025eb7bdb1822c80a0dd7180b980a1baa004323300100137586030602a6ea8024896600266ebcc064c058dd5180c80080ec526899801001180d000a0288acc004c03800e2646644b3001301230163754003132332259800980f198009bac301d301a375401c466ebcc078c06cdd51809980d9baa0010038992cc004c07c006264b30013375e980103d87a80003015301c3754003159800cc004dd5980a180e1baa001980a180e1baa3014301c375400b224a2806a2b3001300a001899199119801001000912cc004cdd7980f1811000801c528c4cc008008c08c00501d1bab3020302130213021302130213021301d3754022602a60386ea8c07cc070dd500345901a45901a45901a180f000c5901c198009bac3011301a375401c466ebcc078c06cdd5000801c5901b180d980c1baa30103018375400244646600200200644b30010018a5eb8226644b3001300500289981000119802002000c4cc01001000501c180f8009810000a03a3300d37586034602e6ea802c8cdd7980d980c1baa0010038b202a3018001301830190013014375400916404880906026602800a452689b2b200201",
|
|
362
|
+
"hash": "21c6ac687b79757b156d01a2c63d2a64a5b18c9fb3f78ecc8d3469d8"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"title": "registry.registry.mint",
|
|
366
|
+
"redeemer": {
|
|
367
|
+
"title": "redeemer",
|
|
368
|
+
"schema": {
|
|
369
|
+
"$ref": "#/definitions/types~1RegistryRedeemer"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"parameters": [
|
|
373
|
+
{
|
|
374
|
+
"title": "utxo_ref",
|
|
375
|
+
"schema": {
|
|
376
|
+
"$ref": "#/definitions/cardano~1transaction~1OutputReference"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"title": "issuance_cbor_hex_cs",
|
|
381
|
+
"schema": {
|
|
382
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"compiledCode": "590a0a0101002229800aba2aba1aba0aab9faab9eaab9dab9a9bae0024888888896600330013004375401323008300930090019b87480026e1d200291804180498049804800c8c020c02400644646600200200644b30010018a5eb8226644b3001300500289980600119802002000c4cc01001000500818058009806000a012918041804980498049804800c8c020c024c024c024c024c024c024006446466002002601600644b30010018a508acc004cdc79bae3007300b0010038a518998010011806000a00c40252232330010010032232598009802000c4006266006006601a0048038c02c006460106012601260126012601200323370e901c1b8d0019ba548001222222222222229800980b0074c05403a4464b3001300f001899192cc004c06c00a0091640606eb8c064004c054dd5001c566002601c0031323259800980d80140122c80c0dd7180c800980a9baa0038b2026404c60266ea800a464b30013370e900218099baa0018980b980a1baa0018b2024300e30133754003259800980698091baa001898019bae30163013375400313003375c602c60266ea800501124444466453001301837540052225980099baf301f301c3754006003159800980a980d9baa3014301c3754007132598009810800c4c96600266e3cdd7180e80080244c96600260460031323259800980d1bad3021002899198050008acc004cdc81bae3025302237540026eb8c064c088dd5000c56600266e3c008dd7181298111baa0018800c59020459020180600445901f1bae301f00130220018b20403756603c003164070604000316407860406eacc04cc070dd5001c5901a45901a4c07001d22259800980b001c4c8cc89660026032003159800980f9baa004801459020456600260300031323322598009813000c4cc038c0940040162c8118dd718118009812000980f9baa0048b203a4074264b30013018301d375400713322598009812000c56600266ebd30013ad8799f40581effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8799f40ffd8799f40ffd8799f40ffd8799f40ff40ff0098009811800c012601e6604466e95200233022375200897ae0330224c103d87a80004bd70200c899b8f48900330033756602a60406ea8034012294101e45902119198008009bac3022301f375401844b30013375e604660406ea8c08c00409e29344cc008008c09000501e1980a1bac3019301e37540164660246eacc058c07cdd5000801c4ca60026eb8c08800660446046003300a3016301f3754660226eb0c058c07cdd50061198099bab301730203754602e60406ea800407522259800980e18109baa0018991919912cc004c0a800e2b300159800980f98129baa006899b8f379066e292201010300337146eb8c0a4c098dd500299b8a375c6052604c6ea8018dd7180e98131baa0050078b20488acc004c8cc004004dd5980d98139baa014225980099baf3027302b0010088a518998010011816000a04c8acc004cdc7998049bab301b3026375402601400f132598009815800c4c8c8cc0440044c8c966002605e003133223375e64b30019800801c03e6eb8c094c0b8dd500340390014400a2b30019800801403e6eb8c094c0b8dd500340390014400e2c816102c11112cc004cdc79bae30343031375400800715980099b8f375c605060626ea801000a2b30013021375c606860626ea80122b30015980098109bae30283031375400914a313371e91011effffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00375c605060626ea801102f45660026036605260626ea80122b3001301b30263031375400915980099baf302c30313754008003159800980d981618189baa0048acc0056600260566e34dd7181298189baa0048a51898109bae302530313754008817a2b30013375e980105d8799f40ff0030223031375400914a31301b302230313754008817a294102f4528205e8a5040bd14a0817a294102f4528205e8a5040bd14a0817a294102f19180e998181818800998181ba900f30323032001302d375400b3001302e002807cc0b8c0acdd5181118159baa00440453001302e001807cc0b8c0acdd5181118159baa00440451640b0605c0026603e6eb0c090c0a4dd500b11980e9bab3021302a375400201c6026603e60506ea8004c0a80062c8140cc070dd6181498131baa01323301a3756603c604e6ea8c078c09cdd5000805c590244590244590244590271bae3027001375c604e004604e00260446ea80062c8100603c6ea800d01c11192cc004c090006264b3001301a375a60420031375c604000316407c604600316408464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660480050054089133004004302800340886eb8c088004c0940050230a5eb7bdb180c070dd50011bae301f301c375400b159800980a801c4c8cc89660026032603c6ea8006264b3001980099199119801001000912cc0040062942264b3001337200020091330030033028002899b8f00400140886eb8c088c0980050241bab30163021375401c6eb8c08cc080dd5000d28528a03c899192cc004c06cc084dd5000c4c8c966002603c60466ea8006264b30013029001899b8848000dd698129814000c590261bab302730243754003132598009814800c56600264b30013375e002602a660506052604c6ea801ccc0a0c074c098dd500399814181098131baa00733028301e30263754002660506036604c6ea8004cc0a0c05cc098dd500099814180d18131baa0014bd7045660026020603c604c6ea80062b30013010301b30263754003159800acc004c080dc69bae301a3026375400314a313016375c6034604c6ea8005024456600266ebd300105d8799f40ff0030173026375400314a31301030173026375400281222941024452820488a50409114a0812260026050003003981418129baa301c3025375400a805a2b3001301e302437546040604a6ea801a26466446600400400244b30010018a508acc004cdd780198139815800c528c4cc008008c0b0005026205237566034604c6ea804cc080c094dd5003452820468a50408d164098660346eb0c07cc090dd500891980c1bab301c302537540020068110c8c8cc004004dd5980d18129baa0122259800800c00e26464b30013372200c00315980099b8f0060018980b99815181400125eb8200a813226600800860580068130dd718130009814800a04e14c103d87a8000375c604a60446ea80062c8100c090c084dd5181218109baa301830213754002660246eb0c08cc080dd5006919baf3024302137540020091640786044603e6ea80062c80e8c080004c080c084004c070dd5002c5901a2034180d180d802912cc004c04cc060dd500144c8c8c8c8c8c8ca60026eb8c08c0066eb8c08c01e6eb8c08c01a6046009302300398118012444444b3001302a00789980918148058998090018998090010998090008074590270c08c004c088004c084004c080004c07c004c078004c064dd50014590171149a26cac80101",
|
|
387
|
+
"hash": "3d5e0abfae7f7e01c67853a397f2069c7e2ba214032745482d47f763"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"title": "registry.registry.spend",
|
|
391
|
+
"datum": {
|
|
392
|
+
"title": "datum",
|
|
393
|
+
"schema": {
|
|
394
|
+
"$ref": "#/definitions/registry_node~1RegistryNode"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"redeemer": {
|
|
398
|
+
"title": "_redeemer",
|
|
399
|
+
"schema": {
|
|
400
|
+
"$ref": "#/definitions/Data"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"parameters": [
|
|
404
|
+
{
|
|
405
|
+
"title": "utxo_ref",
|
|
406
|
+
"schema": {
|
|
407
|
+
"$ref": "#/definitions/cardano~1transaction~1OutputReference"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"title": "issuance_cbor_hex_cs",
|
|
412
|
+
"schema": {
|
|
413
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"compiledCode": "590a0a0101002229800aba2aba1aba0aab9faab9eaab9dab9a9bae0024888888896600330013004375401323008300930090019b87480026e1d200291804180498049804800c8c020c02400644646600200200644b30010018a5eb8226644b3001300500289980600119802002000c4cc01001000500818058009806000a012918041804980498049804800c8c020c024c024c024c024c024c024006446466002002601600644b30010018a508acc004cdc79bae3007300b0010038a518998010011806000a00c40252232330010010032232598009802000c4006266006006601a0048038c02c006460106012601260126012601200323370e901c1b8d0019ba548001222222222222229800980b0074c05403a4464b3001300f001899192cc004c06c00a0091640606eb8c064004c054dd5001c566002601c0031323259800980d80140122c80c0dd7180c800980a9baa0038b2026404c60266ea800a464b30013370e900218099baa0018980b980a1baa0018b2024300e30133754003259800980698091baa001898019bae30163013375400313003375c602c60266ea800501124444466453001301837540052225980099baf301f301c3754006003159800980a980d9baa3014301c3754007132598009810800c4c96600266e3cdd7180e80080244c96600260460031323259800980d1bad3021002899198050008acc004cdc81bae3025302237540026eb8c064c088dd5000c56600266e3c008dd7181298111baa0018800c59020459020180600445901f1bae301f00130220018b20403756603c003164070604000316407860406eacc04cc070dd5001c5901a45901a4c07001d22259800980b001c4c8cc89660026032003159800980f9baa004801459020456600260300031323322598009813000c4cc038c0940040162c8118dd718118009812000980f9baa0048b203a4074264b30013018301d375400713322598009812000c56600266ebd30013ad8799f40581effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8799f40ffd8799f40ffd8799f40ffd8799f40ff40ff0098009811800c012601e6604466e95200233022375200897ae0330224c103d87a80004bd70200c899b8f48900330033756602a60406ea8034012294101e45902119198008009bac3022301f375401844b30013375e604660406ea8c08c00409e29344cc008008c09000501e1980a1bac3019301e37540164660246eacc058c07cdd5000801c4ca60026eb8c08800660446046003300a3016301f3754660226eb0c058c07cdd50061198099bab301730203754602e60406ea800407522259800980e18109baa0018991919912cc004c0a800e2b300159800980f98129baa006899b8f379066e292201010300337146eb8c0a4c098dd500299b8a375c6052604c6ea8018dd7180e98131baa0050078b20488acc004c8cc004004dd5980d98139baa014225980099baf3027302b0010088a518998010011816000a04c8acc004cdc7998049bab301b3026375402601400f132598009815800c4c8c8cc0440044c8c966002605e003133223375e64b30019800801c03e6eb8c094c0b8dd500340390014400a2b30019800801403e6eb8c094c0b8dd500340390014400e2c816102c11112cc004cdc79bae30343031375400800715980099b8f375c605060626ea801000a2b30013021375c606860626ea80122b30015980098109bae30283031375400914a313371e91011effffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00375c605060626ea801102f45660026036605260626ea80122b3001301b30263031375400915980099baf302c30313754008003159800980d981618189baa0048acc0056600260566e34dd7181298189baa0048a51898109bae302530313754008817a2b30013375e980105d8799f40ff0030223031375400914a31301b302230313754008817a294102f4528205e8a5040bd14a0817a294102f4528205e8a5040bd14a0817a294102f19180e998181818800998181ba900f30323032001302d375400b3001302e002807cc0b8c0acdd5181118159baa00440453001302e001807cc0b8c0acdd5181118159baa00440451640b0605c0026603e6eb0c090c0a4dd500b11980e9bab3021302a375400201c6026603e60506ea8004c0a80062c8140cc070dd6181498131baa01323301a3756603c604e6ea8c078c09cdd5000805c590244590244590244590271bae3027001375c604e004604e00260446ea80062c8100603c6ea800d01c11192cc004c090006264b3001301a375a60420031375c604000316407c604600316408464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660480050054089133004004302800340886eb8c088004c0940050230a5eb7bdb180c070dd50011bae301f301c375400b159800980a801c4c8cc89660026032603c6ea8006264b3001980099199119801001000912cc0040062942264b3001337200020091330030033028002899b8f00400140886eb8c088c0980050241bab30163021375401c6eb8c08cc080dd5000d28528a03c899192cc004c06cc084dd5000c4c8c966002603c60466ea8006264b30013029001899b8848000dd698129814000c590261bab302730243754003132598009814800c56600264b30013375e002602a660506052604c6ea801ccc0a0c074c098dd500399814181098131baa00733028301e30263754002660506036604c6ea8004cc0a0c05cc098dd500099814180d18131baa0014bd7045660026020603c604c6ea80062b30013010301b30263754003159800acc004c080dc69bae301a3026375400314a313016375c6034604c6ea8005024456600266ebd300105d8799f40ff0030173026375400314a31301030173026375400281222941024452820488a50409114a0812260026050003003981418129baa301c3025375400a805a2b3001301e302437546040604a6ea801a26466446600400400244b30010018a508acc004cdd780198139815800c528c4cc008008c0b0005026205237566034604c6ea804cc080c094dd5003452820468a50408d164098660346eb0c07cc090dd500891980c1bab301c302537540020068110c8c8cc004004dd5980d18129baa0122259800800c00e26464b30013372200c00315980099b8f0060018980b99815181400125eb8200a813226600800860580068130dd718130009814800a04e14c103d87a8000375c604a60446ea80062c8100c090c084dd5181218109baa301830213754002660246eb0c08cc080dd5006919baf3024302137540020091640786044603e6ea80062c80e8c080004c080c084004c070dd5002c5901a2034180d180d802912cc004c04cc060dd500144c8c8c8c8c8c8ca60026eb8c08c0066eb8c08c01e6eb8c08c01a6046009302300398118012444444b3001302a00789980918148058998090018998090010998090008074590270c08c004c088004c084004c080004c07c004c078004c064dd50014590171149a26cac80101",
|
|
418
|
+
"hash": "3d5e0abfae7f7e01c67853a397f2069c7e2ba214032745482d47f763"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"title": "registry.registry.else",
|
|
422
|
+
"redeemer": {
|
|
423
|
+
"schema": {}
|
|
424
|
+
},
|
|
425
|
+
"parameters": [
|
|
426
|
+
{
|
|
427
|
+
"title": "utxo_ref",
|
|
428
|
+
"schema": {
|
|
429
|
+
"$ref": "#/definitions/cardano~1transaction~1OutputReference"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"title": "issuance_cbor_hex_cs",
|
|
434
|
+
"schema": {
|
|
435
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"compiledCode": "590a0a0101002229800aba2aba1aba0aab9faab9eaab9dab9a9bae0024888888896600330013004375401323008300930090019b87480026e1d200291804180498049804800c8c020c02400644646600200200644b30010018a5eb8226644b3001300500289980600119802002000c4cc01001000500818058009806000a012918041804980498049804800c8c020c024c024c024c024c024c024006446466002002601600644b30010018a508acc004cdc79bae3007300b0010038a518998010011806000a00c40252232330010010032232598009802000c4006266006006601a0048038c02c006460106012601260126012601200323370e901c1b8d0019ba548001222222222222229800980b0074c05403a4464b3001300f001899192cc004c06c00a0091640606eb8c064004c054dd5001c566002601c0031323259800980d80140122c80c0dd7180c800980a9baa0038b2026404c60266ea800a464b30013370e900218099baa0018980b980a1baa0018b2024300e30133754003259800980698091baa001898019bae30163013375400313003375c602c60266ea800501124444466453001301837540052225980099baf301f301c3754006003159800980a980d9baa3014301c3754007132598009810800c4c96600266e3cdd7180e80080244c96600260460031323259800980d1bad3021002899198050008acc004cdc81bae3025302237540026eb8c064c088dd5000c56600266e3c008dd7181298111baa0018800c59020459020180600445901f1bae301f00130220018b20403756603c003164070604000316407860406eacc04cc070dd5001c5901a45901a4c07001d22259800980b001c4c8cc89660026032003159800980f9baa004801459020456600260300031323322598009813000c4cc038c0940040162c8118dd718118009812000980f9baa0048b203a4074264b30013018301d375400713322598009812000c56600266ebd30013ad8799f40581effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8799f40ffd8799f40ffd8799f40ffd8799f40ff40ff0098009811800c012601e6604466e95200233022375200897ae0330224c103d87a80004bd70200c899b8f48900330033756602a60406ea8034012294101e45902119198008009bac3022301f375401844b30013375e604660406ea8c08c00409e29344cc008008c09000501e1980a1bac3019301e37540164660246eacc058c07cdd5000801c4ca60026eb8c08800660446046003300a3016301f3754660226eb0c058c07cdd50061198099bab301730203754602e60406ea800407522259800980e18109baa0018991919912cc004c0a800e2b300159800980f98129baa006899b8f379066e292201010300337146eb8c0a4c098dd500299b8a375c6052604c6ea8018dd7180e98131baa0050078b20488acc004c8cc004004dd5980d98139baa014225980099baf3027302b0010088a518998010011816000a04c8acc004cdc7998049bab301b3026375402601400f132598009815800c4c8c8cc0440044c8c966002605e003133223375e64b30019800801c03e6eb8c094c0b8dd500340390014400a2b30019800801403e6eb8c094c0b8dd500340390014400e2c816102c11112cc004cdc79bae30343031375400800715980099b8f375c605060626ea801000a2b30013021375c606860626ea80122b30015980098109bae30283031375400914a313371e91011effffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00375c605060626ea801102f45660026036605260626ea80122b3001301b30263031375400915980099baf302c30313754008003159800980d981618189baa0048acc0056600260566e34dd7181298189baa0048a51898109bae302530313754008817a2b30013375e980105d8799f40ff0030223031375400914a31301b302230313754008817a294102f4528205e8a5040bd14a0817a294102f4528205e8a5040bd14a0817a294102f19180e998181818800998181ba900f30323032001302d375400b3001302e002807cc0b8c0acdd5181118159baa00440453001302e001807cc0b8c0acdd5181118159baa00440451640b0605c0026603e6eb0c090c0a4dd500b11980e9bab3021302a375400201c6026603e60506ea8004c0a80062c8140cc070dd6181498131baa01323301a3756603c604e6ea8c078c09cdd5000805c590244590244590244590271bae3027001375c604e004604e00260446ea80062c8100603c6ea800d01c11192cc004c090006264b3001301a375a60420031375c604000316407c604600316408464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660480050054089133004004302800340886eb8c088004c0940050230a5eb7bdb180c070dd50011bae301f301c375400b159800980a801c4c8cc89660026032603c6ea8006264b3001980099199119801001000912cc0040062942264b3001337200020091330030033028002899b8f00400140886eb8c088c0980050241bab30163021375401c6eb8c08cc080dd5000d28528a03c899192cc004c06cc084dd5000c4c8c966002603c60466ea8006264b30013029001899b8848000dd698129814000c590261bab302730243754003132598009814800c56600264b30013375e002602a660506052604c6ea801ccc0a0c074c098dd500399814181098131baa00733028301e30263754002660506036604c6ea8004cc0a0c05cc098dd500099814180d18131baa0014bd7045660026020603c604c6ea80062b30013010301b30263754003159800acc004c080dc69bae301a3026375400314a313016375c6034604c6ea8005024456600266ebd300105d8799f40ff0030173026375400314a31301030173026375400281222941024452820488a50409114a0812260026050003003981418129baa301c3025375400a805a2b3001301e302437546040604a6ea801a26466446600400400244b30010018a508acc004cdd780198139815800c528c4cc008008c0b0005026205237566034604c6ea804cc080c094dd5003452820468a50408d164098660346eb0c07cc090dd500891980c1bab301c302537540020068110c8c8cc004004dd5980d18129baa0122259800800c00e26464b30013372200c00315980099b8f0060018980b99815181400125eb8200a813226600800860580068130dd718130009814800a04e14c103d87a8000375c604a60446ea80062c8100c090c084dd5181218109baa301830213754002660246eb0c08cc080dd5006919baf3024302137540020091640786044603e6ea80062c80e8c080004c080c084004c070dd5002c5901a2034180d180d802912cc004c04cc060dd500144c8c8c8c8c8c8ca60026eb8c08c0066eb8c08c01e6eb8c08c01a6046009302300398118012444444b3001302a00789980918148058998090018998090010998090008074590270c08c004c088004c084004c080004c07c004c078004c064dd50014590171149a26cac80101",
|
|
440
|
+
"hash": "3d5e0abfae7f7e01c67853a397f2069c7e2ba214032745482d47f763"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"title": "third_party.third_party.withdraw",
|
|
444
|
+
"redeemer": {
|
|
445
|
+
"title": "redeemer",
|
|
446
|
+
"schema": {
|
|
447
|
+
"$ref": "#/definitions/types~1ThirdPartyRedeemer"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"parameters": [
|
|
451
|
+
{
|
|
452
|
+
"title": "prog_logic_cred",
|
|
453
|
+
"schema": {
|
|
454
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"title": "registry_node_cs",
|
|
459
|
+
"schema": {
|
|
460
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"title": "max_inline_datum_bytes",
|
|
465
|
+
"schema": {
|
|
466
|
+
"$ref": "#/definitions/Int"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"compiledCode": "5906ea01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c058006444b30010018a5189991191980080080291192cc004cdc79bae3018005375c603000315980099b89375a603200a6eb4c06400633001008980e80140110084528202e899801801980e801202e301b001301700130180014055223232330010010042259800800c00e26464b30013372200c00315980099b8f00600189bab3018002802a02c899802002180e001a02c375c602c002603200280b852f5bded8c122329800800c00e004800888966002005100189919914c00401a603a00b32330010010052259800800c4cc074cdd81ba9004375000697adef6c6089919912cc004cdc8803801456600266e3c01c00a264b30013370e00266e052000007880144cc084cdd81ba9008375066e0000401c00901d1bad301e00389981019bb0375200e6ea001801101c44cc08000ccc01401400501c1bae301b0013020002301e00140708030dd7180b0009bad30170013019002405d222329800800c01297adef6c604004444b30010028cc00400697adef6c60a5eb7bdb18100444c8cc896600266e4000802233001006800ccc07000c011006456600266e3c008022330010049bab301a003800a00e8cc00401297adef6c60802a00e406080c0dd7180b800980e001980d001203091192cc004cdc7a44100375c602600313259800980c800c4cc00cdd6980a980c000980c8024590161bab30140018b20243016002488888888a6002600a00b225980099192cc004cdc3a400400314a1159800980a800c528c4cdc49b8d37666042603c6ea800800d01c2038301c3754002601260386ea800a266ebd300103d87a80003008301c375400514a080d26464b30013371e6eb8c06cc07cc080dd59805180e1baa300a301c37540020331325980099b8748010c070dd5000c4c080c074dd5000c5901b1804980e1baa300a301c375400316406930010019bac3009301b3754023375a603c01480088896600266e2520040018cc00400e60426042005337009001800a0068acc004cdc4a400400319800801cc08400a66e012001001400d159800980a000c4c08000a2c80d901b20369bad301d301e00948888c8cc88cc896600260340031323259800981480140122c8130dd7181380098119baa0038acc004cdc3a40040031323259800981480140122c8130dd7181380098119baa0038b204240842b300132330010013756604a604c604c604c604c604c604c60446ea8060896600266ebcc088c09800400e2946266004004604e002810a26530010019bac300f30223754031005a5eb7bdb18100111112cc004cdc4801240011329800800cdd6181498131baa01c8024cc040dd59814981518151815181518131baa01c0078012002222225980080244cc040ca6002003004801200222259800801440063300100398188014c96600266ebcc0c4c0b8dd5181898171baa0010368992cc004c098c0b8dd5000c566002604c605c6ea8c0c8c0bcdd5000c56600266028004057133018330193756603a605e6ea800804000e2c816a2c816a2c8168c070c0b8dd5181898171baa001880120583030002400c817000a26644b30013375e605e60586ea8c0bcc0b0dd500101a44c96600266ebcc0c0c0b4dd5000981818169baa0038acc004cdd7980d18169baa001301a302d375400715980099baf3019302d37540026032605a6ea800e2660286eacc06cc0b4dd5001911980b1bab301d302f375400644b30013371200800519800801c04a445300100480ac88966003300159800802c528c5282070a50a5140d5159800acc004cdd79ba6006374c00713375e6e98010dd3000c528206a8cc00404a019303b01099810007802ccc080008039012459035459035203840651640bd1640ad1640ad1640ac605e00b19800803c00600b004801a00e40a8605a605c60546ea8c0b4010c0b801102b44c8cc896600266ebcc0acc0a0dd5181598141baa0010308992cc004c080c0a0dd5000c566002604060506ea8c0b0c0a4dd5000c5660026601c00404b1300333012005330133756602e60526ea800802a2c813a2c813a2c8138c058c0a0dd5181598141baa00189801002204c29800803400a66e012001004800a00c30290043029003408d16407c60406ea8004dd7181100098111811981198119811800980f1baa00222c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d95900301",
|
|
471
|
+
"hash": "5cc5ee86747ed2434ef7971880cd2272a5663e82e8194751dd38495b"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"title": "third_party.third_party.publish",
|
|
475
|
+
"redeemer": {
|
|
476
|
+
"title": "_r",
|
|
477
|
+
"schema": {
|
|
478
|
+
"$ref": "#/definitions/Data"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"parameters": [
|
|
482
|
+
{
|
|
483
|
+
"title": "prog_logic_cred",
|
|
484
|
+
"schema": {
|
|
485
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"title": "registry_node_cs",
|
|
490
|
+
"schema": {
|
|
491
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"title": "max_inline_datum_bytes",
|
|
496
|
+
"schema": {
|
|
497
|
+
"$ref": "#/definitions/Int"
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compiledCode": "5906ea01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c058006444b30010018a5189991191980080080291192cc004cdc79bae3018005375c603000315980099b89375a603200a6eb4c06400633001008980e80140110084528202e899801801980e801202e301b001301700130180014055223232330010010042259800800c00e26464b30013372200c00315980099b8f00600189bab3018002802a02c899802002180e001a02c375c602c002603200280b852f5bded8c122329800800c00e004800888966002005100189919914c00401a603a00b32330010010052259800800c4cc074cdd81ba9004375000697adef6c6089919912cc004cdc8803801456600266e3c01c00a264b30013370e00266e052000007880144cc084cdd81ba9008375066e0000401c00901d1bad301e00389981019bb0375200e6ea001801101c44cc08000ccc01401400501c1bae301b0013020002301e00140708030dd7180b0009bad30170013019002405d222329800800c01297adef6c604004444b30010028cc00400697adef6c60a5eb7bdb18100444c8cc896600266e4000802233001006800ccc07000c011006456600266e3c008022330010049bab301a003800a00e8cc00401297adef6c60802a00e406080c0dd7180b800980e001980d001203091192cc004cdc7a44100375c602600313259800980c800c4cc00cdd6980a980c000980c8024590161bab30140018b20243016002488888888a6002600a00b225980099192cc004cdc3a400400314a1159800980a800c528c4cdc49b8d37666042603c6ea800800d01c2038301c3754002601260386ea800a266ebd300103d87a80003008301c375400514a080d26464b30013371e6eb8c06cc07cc080dd59805180e1baa300a301c37540020331325980099b8748010c070dd5000c4c080c074dd5000c5901b1804980e1baa300a301c375400316406930010019bac3009301b3754023375a603c01480088896600266e2520040018cc00400e60426042005337009001800a0068acc004cdc4a400400319800801cc08400a66e012001001400d159800980a000c4c08000a2c80d901b20369bad301d301e00948888c8cc88cc896600260340031323259800981480140122c8130dd7181380098119baa0038acc004cdc3a40040031323259800981480140122c8130dd7181380098119baa0038b204240842b300132330010013756604a604c604c604c604c604c604c60446ea8060896600266ebcc088c09800400e2946266004004604e002810a26530010019bac300f30223754031005a5eb7bdb18100111112cc004cdc4801240011329800800cdd6181498131baa01c8024cc040dd59814981518151815181518131baa01c0078012002222225980080244cc040ca6002003004801200222259800801440063300100398188014c96600266ebcc0c4c0b8dd5181898171baa0010368992cc004c098c0b8dd5000c566002604c605c6ea8c0c8c0bcdd5000c56600266028004057133018330193756603a605e6ea800804000e2c816a2c816a2c8168c070c0b8dd5181898171baa001880120583030002400c817000a26644b30013375e605e60586ea8c0bcc0b0dd500101a44c96600266ebcc0c0c0b4dd5000981818169baa0038acc004cdd7980d18169baa001301a302d375400715980099baf3019302d37540026032605a6ea800e2660286eacc06cc0b4dd5001911980b1bab301d302f375400644b30013371200800519800801c04a445300100480ac88966003300159800802c528c5282070a50a5140d5159800acc004cdd79ba6006374c00713375e6e98010dd3000c528206a8cc00404a019303b01099810007802ccc080008039012459035459035203840651640bd1640ad1640ad1640ac605e00b19800803c00600b004801a00e40a8605a605c60546ea8c0b4010c0b801102b44c8cc896600266ebcc0acc0a0dd5181598141baa0010308992cc004c080c0a0dd5000c566002604060506ea8c0b0c0a4dd5000c5660026601c00404b1300333012005330133756602e60526ea800802a2c813a2c813a2c8138c058c0a0dd5181598141baa00189801002204c29800803400a66e012001004800a00c30290043029003408d16407c60406ea8004dd7181100098111811981198119811800980f1baa00222c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d95900301",
|
|
502
|
+
"hash": "5cc5ee86747ed2434ef7971880cd2272a5663e82e8194751dd38495b"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"title": "third_party.third_party.else",
|
|
506
|
+
"redeemer": {
|
|
507
|
+
"schema": {}
|
|
508
|
+
},
|
|
509
|
+
"parameters": [
|
|
510
|
+
{
|
|
511
|
+
"title": "prog_logic_cred",
|
|
512
|
+
"schema": {
|
|
513
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"title": "registry_node_cs",
|
|
518
|
+
"schema": {
|
|
519
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"title": "max_inline_datum_bytes",
|
|
524
|
+
"schema": {
|
|
525
|
+
"$ref": "#/definitions/Int"
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"compiledCode": "5906ea01010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c058006444b30010018a5189991191980080080291192cc004cdc79bae3018005375c603000315980099b89375a603200a6eb4c06400633001008980e80140110084528202e899801801980e801202e301b001301700130180014055223232330010010042259800800c00e26464b30013372200c00315980099b8f00600189bab3018002802a02c899802002180e001a02c375c602c002603200280b852f5bded8c122329800800c00e004800888966002005100189919914c00401a603a00b32330010010052259800800c4cc074cdd81ba9004375000697adef6c6089919912cc004cdc8803801456600266e3c01c00a264b30013370e00266e052000007880144cc084cdd81ba9008375066e0000401c00901d1bad301e00389981019bb0375200e6ea001801101c44cc08000ccc01401400501c1bae301b0013020002301e00140708030dd7180b0009bad30170013019002405d222329800800c01297adef6c604004444b30010028cc00400697adef6c60a5eb7bdb18100444c8cc896600266e4000802233001006800ccc07000c011006456600266e3c008022330010049bab301a003800a00e8cc00401297adef6c60802a00e406080c0dd7180b800980e001980d001203091192cc004cdc7a44100375c602600313259800980c800c4cc00cdd6980a980c000980c8024590161bab30140018b20243016002488888888a6002600a00b225980099192cc004cdc3a400400314a1159800980a800c528c4cdc49b8d37666042603c6ea800800d01c2038301c3754002601260386ea800a266ebd300103d87a80003008301c375400514a080d26464b30013371e6eb8c06cc07cc080dd59805180e1baa300a301c37540020331325980099b8748010c070dd5000c4c080c074dd5000c5901b1804980e1baa300a301c375400316406930010019bac3009301b3754023375a603c01480088896600266e2520040018cc00400e60426042005337009001800a0068acc004cdc4a400400319800801cc08400a66e012001001400d159800980a000c4c08000a2c80d901b20369bad301d301e00948888c8cc88cc896600260340031323259800981480140122c8130dd7181380098119baa0038acc004cdc3a40040031323259800981480140122c8130dd7181380098119baa0038b204240842b300132330010013756604a604c604c604c604c604c604c60446ea8060896600266ebcc088c09800400e2946266004004604e002810a26530010019bac300f30223754031005a5eb7bdb18100111112cc004cdc4801240011329800800cdd6181498131baa01c8024cc040dd59814981518151815181518131baa01c0078012002222225980080244cc040ca6002003004801200222259800801440063300100398188014c96600266ebcc0c4c0b8dd5181898171baa0010368992cc004c098c0b8dd5000c566002604c605c6ea8c0c8c0bcdd5000c56600266028004057133018330193756603a605e6ea800804000e2c816a2c816a2c8168c070c0b8dd5181898171baa001880120583030002400c817000a26644b30013375e605e60586ea8c0bcc0b0dd500101a44c96600266ebcc0c0c0b4dd5000981818169baa0038acc004cdd7980d18169baa001301a302d375400715980099baf3019302d37540026032605a6ea800e2660286eacc06cc0b4dd5001911980b1bab301d302f375400644b30013371200800519800801c04a445300100480ac88966003300159800802c528c5282070a50a5140d5159800acc004cdd79ba6006374c00713375e6e98010dd3000c528206a8cc00404a019303b01099810007802ccc080008039012459035459035203840651640bd1640ad1640ad1640ac605e00b19800803c00600b004801a00e40a8605a605c60546ea8c0b4010c0b801102b44c8cc896600266ebcc0acc0a0dd5181598141baa0010308992cc004c080c0a0dd5000c566002604060506ea8c0b0c0a4dd5000c5660026601c00404b1300333012005330133756602e60526ea800802a2c813a2c813a2c8138c058c0a0dd5181598141baa00189801002204c29800803400a66e012001004800a00c30290043029003408d16407c60406ea8004dd7181100098111811981198119811800980f1baa00222c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d95900301",
|
|
530
|
+
"hash": "5cc5ee86747ed2434ef7971880cd2272a5663e82e8194751dd38495b"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"title": "transfer.transfer.withdraw",
|
|
534
|
+
"redeemer": {
|
|
535
|
+
"title": "redeemer",
|
|
536
|
+
"schema": {
|
|
537
|
+
"$ref": "#/definitions/types~1TransferRedeemer"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"parameters": [
|
|
541
|
+
{
|
|
542
|
+
"title": "prog_logic_cred",
|
|
543
|
+
"schema": {
|
|
544
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"title": "registry_node_cs",
|
|
549
|
+
"schema": {
|
|
550
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"title": "max_inline_datum_bytes",
|
|
555
|
+
"schema": {
|
|
556
|
+
"$ref": "#/definitions/Int"
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"compiledCode": "5907c601010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028992cc004c048006264660020026eb0c04800888cc8966002007198009180b180b980b800c8c058c05c00644653001001801c0090011112cc00400a2003132332298008034c078016646600200200a44b300100189980f19bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981119bb037520106ea0cdc0000803801203c375a603e007133021337606ea401cdd4003002203a89981080199802802800a03a375c60380026042004603e00280e90061bae3017001375a6030002603400480c2460266ea8006444b30010018a5189991191980080080291192cc004cdc79bae3019005375c603200315980099b89375a603400a6eb4c06800633001008980f001401100845282030899801801980f0012030301c001301800130190014059230163017301730173017301730170019112cc00400620051329800802496600266ebc00800629462600800280aa60340048020c050c0600050162444444530012225980080144006264664530010069811802cc8cc0040040148966002003133023337606ea4010dd3001a5eb7bdb1822646644b30013372200e00515980099b8f00700289981319bb0375200e6e98cc040018dd59812001800c4cc098cdd81ba9007374c00c008811226604c0066600a00a0028110dd7181080098130011812000a04440186eb8c070004dd5980e800980f801203a9112cc0040062005159800801452f5bded8c113298009bae301c0019bab301d0019810801a44464653001001803d2f5bded8c080088896600200519800800d2f5bded8c14bd6f7b630200889919912cc004cdc800100546600200d00199814801802200c8acc004cdc78010054660020093756604e007001401d1980080252f5bded8c1005401c81290251bae30240013029003302700240944446604ab30010028803c4cdd81ba9006374c6601e00400a81226002015004800a014180f801203a407530030039800800cca6002003480026eb0c01cc068dd500849900111112cc00400a20031329800802ccdc024004009302200392cc004cdc3802800c56600266e3cdd7180f181118119bab300c301f37546018603e6ea8008072264b30013370e9002180f9baa0018981198101baa0018b203c300d301f37546018603e6ea800a2c80ea2600600280e90051810001203c980c180e1bab30023019375401e911111194c004888ca6002003004801a0022225980080144006330010039815001660026052005233008002302b37566028604e6ea800620028021003204e99802119baf00100330243756601260406ea805a600c00c91119baf4c01018000374e6530010019bac3027302437540333300298009bac3027302437540354bd6f7b6304888c96600266ebcc0acc0a0dd5181598141baa0010308991802001192cc004c080c0a0dd5000c4c966002604260526ea8006264b300159800981118151baa00189919198008009bac303030313031303130313031303130313031302d375404644b30013371e6eb8c0c400400e294626600400460640028160dd7181718159baa00189805000a0528800c59029181698151baa0018b2050302c3029375400316409c602a60506ea8c0acc0a0dd5000c009026180a18139baa00340106eacc09cc0a0c0a0c0a0c0a0c090dd500d660026eb0c048c090dd500d52f5bded8c12225980099baf302a302737546054604e6ea800c0be264b3001301f30273754003159800980f98139baa302b30283754003159800acc004c8c966002603200314a11598009810800c528c4cdc49b8d3766605a60546ea8008099028205030283754002602c60506ea8012266ebd300103d87a8000302b302c302c302c3028375400914a08132260060091640991640991640986028604e6ea8c0a8c09cdd5001c005025200840044444b30010028801c4ca60026eb8c09c0066eacc0a00066056009302c0034888966002604660566ea800a26466446644b30013028001899192cc004c0dc00a0091640d06eb8c0d4004c0c4dd5001c56600260400031323259800981b80140122c81a0dd7181a80098189baa0038b205e40bc2b30013371e00400f1598009807000c66002019303300b80256600266ebd300101a000374c00d10098991980080080511192cc004cdc78051bae30310018acc004cc05cdd59819000804c4c0d800a2c8182266006006606c0048180c0d000502d20188b205a8b205a302e37540026eb8c0c0004c0c0c0c4c0c4c0c4004c05cc03cdd6981798161baa0028992cc004cdc81bae30300010058acc004cdc80029bae303030310018cc00402a6062013002803a0148b20568b20563017300f375a605e60586ea800902a0c0a80090280c01801889919912cc004c03000a26464b3001301b002801c590181bad301900130153754007159800980200144c8c96600260360050038b2030375a6032002602a6ea800e2c809901318091baa0011300330170043015003404c60040046e1d20028b201e300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
|
|
561
|
+
"hash": "7603b8da42fab769ada90826522c415be6b2fd6708028b70620cff87"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"title": "transfer.transfer.publish",
|
|
565
|
+
"redeemer": {
|
|
566
|
+
"title": "_r",
|
|
567
|
+
"schema": {
|
|
568
|
+
"$ref": "#/definitions/Data"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"parameters": [
|
|
572
|
+
{
|
|
573
|
+
"title": "prog_logic_cred",
|
|
574
|
+
"schema": {
|
|
575
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"title": "registry_node_cs",
|
|
580
|
+
"schema": {
|
|
581
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"title": "max_inline_datum_bytes",
|
|
586
|
+
"schema": {
|
|
587
|
+
"$ref": "#/definitions/Int"
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"compiledCode": "5907c601010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028992cc004c048006264660020026eb0c04800888cc8966002007198009180b180b980b800c8c058c05c00644653001001801c0090011112cc00400a2003132332298008034c078016646600200200a44b300100189980f19bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981119bb037520106ea0cdc0000803801203c375a603e007133021337606ea401cdd4003002203a89981080199802802800a03a375c60380026042004603e00280e90061bae3017001375a6030002603400480c2460266ea8006444b30010018a5189991191980080080291192cc004cdc79bae3019005375c603200315980099b89375a603400a6eb4c06800633001008980f001401100845282030899801801980f0012030301c001301800130190014059230163017301730173017301730170019112cc00400620051329800802496600266ebc00800629462600800280aa60340048020c050c0600050162444444530012225980080144006264664530010069811802cc8cc0040040148966002003133023337606ea4010dd3001a5eb7bdb1822646644b30013372200e00515980099b8f00700289981319bb0375200e6e98cc040018dd59812001800c4cc098cdd81ba9007374c00c008811226604c0066600a00a0028110dd7181080098130011812000a04440186eb8c070004dd5980e800980f801203a9112cc0040062005159800801452f5bded8c113298009bae301c0019bab301d0019810801a44464653001001803d2f5bded8c080088896600200519800800d2f5bded8c14bd6f7b630200889919912cc004cdc800100546600200d00199814801802200c8acc004cdc78010054660020093756604e007001401d1980080252f5bded8c1005401c81290251bae30240013029003302700240944446604ab30010028803c4cdd81ba9006374c6601e00400a81226002015004800a014180f801203a407530030039800800cca6002003480026eb0c01cc068dd500849900111112cc00400a20031329800802ccdc024004009302200392cc004cdc3802800c56600266e3cdd7180f181118119bab300c301f37546018603e6ea8008072264b30013370e9002180f9baa0018981198101baa0018b203c300d301f37546018603e6ea800a2c80ea2600600280e90051810001203c980c180e1bab30023019375401e911111194c004888ca6002003004801a0022225980080144006330010039815001660026052005233008002302b37566028604e6ea800620028021003204e99802119baf00100330243756601260406ea805a600c00c91119baf4c01018000374e6530010019bac3027302437540333300298009bac3027302437540354bd6f7b6304888c96600266ebcc0acc0a0dd5181598141baa0010308991802001192cc004c080c0a0dd5000c4c966002604260526ea8006264b300159800981118151baa00189919198008009bac303030313031303130313031303130313031302d375404644b30013371e6eb8c0c400400e294626600400460640028160dd7181718159baa00189805000a0528800c59029181698151baa0018b2050302c3029375400316409c602a60506ea8c0acc0a0dd5000c009026180a18139baa00340106eacc09cc0a0c0a0c0a0c0a0c090dd500d660026eb0c048c090dd500d52f5bded8c12225980099baf302a302737546054604e6ea800c0be264b3001301f30273754003159800980f98139baa302b30283754003159800acc004c8c966002603200314a11598009810800c528c4cdc49b8d3766605a60546ea8008099028205030283754002602c60506ea8012266ebd300103d87a8000302b302c302c302c3028375400914a08132260060091640991640991640986028604e6ea8c0a8c09cdd5001c005025200840044444b30010028801c4ca60026eb8c09c0066eacc0a00066056009302c0034888966002604660566ea800a26466446644b30013028001899192cc004c0dc00a0091640d06eb8c0d4004c0c4dd5001c56600260400031323259800981b80140122c81a0dd7181a80098189baa0038b205e40bc2b30013371e00400f1598009807000c66002019303300b80256600266ebd300101a000374c00d10098991980080080511192cc004cdc78051bae30310018acc004cc05cdd59819000804c4c0d800a2c8182266006006606c0048180c0d000502d20188b205a8b205a302e37540026eb8c0c0004c0c0c0c4c0c4c0c4004c05cc03cdd6981798161baa0028992cc004cdc81bae30300010058acc004cdc80029bae303030310018cc00402a6062013002803a0148b20568b20563017300f375a605e60586ea800902a0c0a80090280c01801889919912cc004c03000a26464b3001301b002801c590181bad301900130153754007159800980200144c8c96600260360050038b2030375a6032002602a6ea800e2c809901318091baa0011300330170043015003404c60040046e1d20028b201e300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
|
|
592
|
+
"hash": "7603b8da42fab769ada90826522c415be6b2fd6708028b70620cff87"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"title": "transfer.transfer.else",
|
|
596
|
+
"redeemer": {
|
|
597
|
+
"schema": {}
|
|
598
|
+
},
|
|
599
|
+
"parameters": [
|
|
600
|
+
{
|
|
601
|
+
"title": "prog_logic_cred",
|
|
602
|
+
"schema": {
|
|
603
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"title": "registry_node_cs",
|
|
608
|
+
"schema": {
|
|
609
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"title": "max_inline_datum_bytes",
|
|
614
|
+
"schema": {
|
|
615
|
+
"$ref": "#/definitions/Int"
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"compiledCode": "5907c601010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028992cc004c048006264660020026eb0c04800888cc8966002007198009180b180b980b800c8c058c05c00644653001001801c0090011112cc00400a2003132332298008034c078016646600200200a44b300100189980f19bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981119bb037520106ea0cdc0000803801203c375a603e007133021337606ea401cdd4003002203a89981080199802802800a03a375c60380026042004603e00280e90061bae3017001375a6030002603400480c2460266ea8006444b30010018a5189991191980080080291192cc004cdc79bae3019005375c603200315980099b89375a603400a6eb4c06800633001008980f001401100845282030899801801980f0012030301c001301800130190014059230163017301730173017301730170019112cc00400620051329800802496600266ebc00800629462600800280aa60340048020c050c0600050162444444530012225980080144006264664530010069811802cc8cc0040040148966002003133023337606ea4010dd3001a5eb7bdb1822646644b30013372200e00515980099b8f00700289981319bb0375200e6e98cc040018dd59812001800c4cc098cdd81ba9007374c00c008811226604c0066600a00a0028110dd7181080098130011812000a04440186eb8c070004dd5980e800980f801203a9112cc0040062005159800801452f5bded8c113298009bae301c0019bab301d0019810801a44464653001001803d2f5bded8c080088896600200519800800d2f5bded8c14bd6f7b630200889919912cc004cdc800100546600200d00199814801802200c8acc004cdc78010054660020093756604e007001401d1980080252f5bded8c1005401c81290251bae30240013029003302700240944446604ab30010028803c4cdd81ba9006374c6601e00400a81226002015004800a014180f801203a407530030039800800cca6002003480026eb0c01cc068dd500849900111112cc00400a20031329800802ccdc024004009302200392cc004cdc3802800c56600266e3cdd7180f181118119bab300c301f37546018603e6ea8008072264b30013370e9002180f9baa0018981198101baa0018b203c300d301f37546018603e6ea800a2c80ea2600600280e90051810001203c980c180e1bab30023019375401e911111194c004888ca6002003004801a0022225980080144006330010039815001660026052005233008002302b37566028604e6ea800620028021003204e99802119baf00100330243756601260406ea805a600c00c91119baf4c01018000374e6530010019bac3027302437540333300298009bac3027302437540354bd6f7b6304888c96600266ebcc0acc0a0dd5181598141baa0010308991802001192cc004c080c0a0dd5000c4c966002604260526ea8006264b300159800981118151baa00189919198008009bac303030313031303130313031303130313031302d375404644b30013371e6eb8c0c400400e294626600400460640028160dd7181718159baa00189805000a0528800c59029181698151baa0018b2050302c3029375400316409c602a60506ea8c0acc0a0dd5000c009026180a18139baa00340106eacc09cc0a0c0a0c0a0c0a0c090dd500d660026eb0c048c090dd500d52f5bded8c12225980099baf302a302737546054604e6ea800c0be264b3001301f30273754003159800980f98139baa302b30283754003159800acc004c8c966002603200314a11598009810800c528c4cdc49b8d3766605a60546ea8008099028205030283754002602c60506ea8012266ebd300103d87a8000302b302c302c302c3028375400914a08132260060091640991640991640986028604e6ea8c0a8c09cdd5001c005025200840044444b30010028801c4ca60026eb8c09c0066eacc0a00066056009302c0034888966002604660566ea800a26466446644b30013028001899192cc004c0dc00a0091640d06eb8c0d4004c0c4dd5001c56600260400031323259800981b80140122c81a0dd7181a80098189baa0038b205e40bc2b30013371e00400f1598009807000c66002019303300b80256600266ebd300101a000374c00d10098991980080080511192cc004cdc78051bae30310018acc004cc05cdd59819000804c4c0d800a2c8182266006006606c0048180c0d000502d20188b205a8b205a302e37540026eb8c0c0004c0c0c0c4c0c4c0c4004c05cc03cdd6981798161baa0028992cc004cdc81bae30300010058acc004cdc80029bae303030310018cc00402a6062013002803a0148b20568b20563017300f375a605e60586ea800902a0c0a80090280c01801889919912cc004c03000a26464b3001301b002801c590181bad301900130153754007159800980200144c8c96600260360050038b2030375a6032002602a6ea800e2c809901318091baa0011300330170043015003404c60040046e1d20028b201e300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
|
|
620
|
+
"hash": "7603b8da42fab769ada90826522c415be6b2fd6708028b70620cff87"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"title": "unfracking.unfracking.withdraw",
|
|
624
|
+
"redeemer": {
|
|
625
|
+
"title": "redeemer",
|
|
626
|
+
"schema": {
|
|
627
|
+
"$ref": "#/definitions/types~1UnfrackingRedeemer"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"parameters": [
|
|
631
|
+
{
|
|
632
|
+
"title": "prog_logic_cred",
|
|
633
|
+
"schema": {
|
|
634
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"title": "registry_node_cs",
|
|
639
|
+
"schema": {
|
|
640
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"title": "max_inline_datum_bytes",
|
|
645
|
+
"schema": {
|
|
646
|
+
"$ref": "#/definitions/Int"
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"compiledCode": "5906a301010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c0580064464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660300050054059133004004301c00340586eb8c058004c0640050170a5eb7bdb18244653001001801c0090011112cc00400a2003132332298008034c074016646600200200a44b300100189980e99bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981099bb037520106ea0cdc0000803801203a375a603c007133020337606ea401cdd4003002203889981000199802802800a038375c60360026040004603c00280e10061bae3016001375a602e002603200480ba44646600200200644b30013375e6028603000200714a31330020023019001404d2301530163016301630163016301600148888888a600244b300132325980099b874800800629422b300130140018a51899b89371a6eccc080c074dd5001001a036406c60366ea8004c020c06cdd500144cdd7a6103d87a80003007301b375400514a080ca6464b30013371e6eb8c068c078c07cdd59804980d9baa3009301b37540020311325980099b8748010c06cdd5000c4c07cc070dd5000c5901a1804180d9baa3009301b375400316406530010019bac3008301a3754021375a603a01280088896600266e2520040018cc00400e60406040005337009001800a0068acc004cdc4a400400319800801cc08000a66e012001001400d1598009809800c4c07c00a2c80d101a20349bad301c301d00848896600266ebd30101a000301f3020302030203020301c37540251323322332259800980c000c4c8c966002604e0050048b2048375c604a00260426ea800e2b30013370e9001000c4c8c966002604e0050048b2048375c604a00260426ea800e2c80f901f0acc004cc020dd59803980f9baa015001899194c0040066eb0c038c084dd500bc01a97adef6c6040044444b300133712004900044ca600200337586050604a6ea806e0094bd6f7b6302002222259800801c4cdd79ba6329800800c00e00c80088896600200510018cc00400e605e005325980099baf302f302c375400201b1598009980980081444cc058cc05cdd5980d18161baa00100f0028b205488012054302e002400c8160dd3000c4cc896600266ebcc0b4c0a8dd5181698151baa0020328acc004cdd7981698151baa00200b8992cc004cdd7981718159baa001302e302b375400715980099baf3018302b3754002603060566ea800e2b30013375e602e60566ea8004c05cc0acdd5001c6600200f0029817802ccc054010ca600200330303756603460586ea801260606eacc068c0b0dd500120022223298009bae302e0019bab302f0019819801a444b30013371e00602b15980099baf374c0026e9801620051640c115980099baf374c6606866ec0dd48019ba60024bd6f7b6301ba63303430350054bd6f7b63046600200f001981b002a00e8b206040c03031002401d1640a51640a51640a4605a0091640a119800803400600900340188140c0acc0b0c0a0dd518158019816001a05289919912cc004cdd7981518139baa0010088acc004cc03800408e2600466022008660246eacc054c09cdd500080545902544c00801102514c00401a005337009000802400500618140021814001a04433223322330020020012259800800c5a264b30013375e604e60486ea8c09cc090dd500081644c8c0a0c094dd5001192cc004c070c090dd5000c4c966002603a604a6ea8006264b300159800980f18131baa0018991919800800805112cc004cdc79bae302d0010038a518998010011817000a050375c6054604e6ea800626602000e002812a20031640946052604c6ea80062c8120c0a0c094dd5000c59023180918121baa30273024375400313300300330280024088602260466ea8c0980050241bac30243021375402e6eb0c088c08cc08cc08cc08cc08cc08cc08cc08cc07cdd500a9bab3007301f375402b164074603c6ea8004dd71810000981018109810981098109810800980e1baa0028b203422c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
|
|
651
|
+
"hash": "2f606a7f7ef297e6d7bcf1b599fc86fc9e1d79b45e80faa5e41de98c"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"title": "unfracking.unfracking.publish",
|
|
655
|
+
"redeemer": {
|
|
656
|
+
"title": "_r",
|
|
657
|
+
"schema": {
|
|
658
|
+
"$ref": "#/definitions/Data"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"parameters": [
|
|
662
|
+
{
|
|
663
|
+
"title": "prog_logic_cred",
|
|
664
|
+
"schema": {
|
|
665
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"title": "registry_node_cs",
|
|
670
|
+
"schema": {
|
|
671
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"title": "max_inline_datum_bytes",
|
|
676
|
+
"schema": {
|
|
677
|
+
"$ref": "#/definitions/Int"
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
"compiledCode": "5906a301010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c0580064464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660300050054059133004004301c00340586eb8c058004c0640050170a5eb7bdb18244653001001801c0090011112cc00400a2003132332298008034c074016646600200200a44b300100189980e99bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981099bb037520106ea0cdc0000803801203a375a603c007133020337606ea401cdd4003002203889981000199802802800a038375c60360026040004603c00280e10061bae3016001375a602e002603200480ba44646600200200644b30013375e6028603000200714a31330020023019001404d2301530163016301630163016301600148888888a600244b300132325980099b874800800629422b300130140018a51899b89371a6eccc080c074dd5001001a036406c60366ea8004c020c06cdd500144cdd7a6103d87a80003007301b375400514a080ca6464b30013371e6eb8c068c078c07cdd59804980d9baa3009301b37540020311325980099b8748010c06cdd5000c4c07cc070dd5000c5901a1804180d9baa3009301b375400316406530010019bac3008301a3754021375a603a01280088896600266e2520040018cc00400e60406040005337009001800a0068acc004cdc4a400400319800801cc08000a66e012001001400d1598009809800c4c07c00a2c80d101a20349bad301c301d00848896600266ebd30101a000301f3020302030203020301c37540251323322332259800980c000c4c8c966002604e0050048b2048375c604a00260426ea800e2b30013370e9001000c4c8c966002604e0050048b2048375c604a00260426ea800e2c80f901f0acc004cc020dd59803980f9baa015001899194c0040066eb0c038c084dd500bc01a97adef6c6040044444b300133712004900044ca600200337586050604a6ea806e0094bd6f7b6302002222259800801c4cdd79ba6329800800c00e00c80088896600200510018cc00400e605e005325980099baf302f302c375400201b1598009980980081444cc058cc05cdd5980d18161baa00100f0028b205488012054302e002400c8160dd3000c4cc896600266ebcc0b4c0a8dd5181698151baa0020328acc004cdd7981698151baa00200b8992cc004cdd7981718159baa001302e302b375400715980099baf3018302b3754002603060566ea800e2b30013375e602e60566ea8004c05cc0acdd5001c6600200f0029817802ccc054010ca600200330303756603460586ea801260606eacc068c0b0dd500120022223298009bae302e0019bab302f0019819801a444b30013371e00602b15980099baf374c0026e9801620051640c115980099baf374c6606866ec0dd48019ba60024bd6f7b6301ba63303430350054bd6f7b63046600200f001981b002a00e8b206040c03031002401d1640a51640a51640a4605a0091640a119800803400600900340188140c0acc0b0c0a0dd518158019816001a05289919912cc004cdd7981518139baa0010088acc004cc03800408e2600466022008660246eacc054c09cdd500080545902544c00801102514c00401a005337009000802400500618140021814001a04433223322330020020012259800800c5a264b30013375e604e60486ea8c09cc090dd500081644c8c0a0c094dd5001192cc004c070c090dd5000c4c966002603a604a6ea8006264b300159800980f18131baa0018991919800800805112cc004cdc79bae302d0010038a518998010011817000a050375c6054604e6ea800626602000e002812a20031640946052604c6ea80062c8120c0a0c094dd5000c59023180918121baa30273024375400313300300330280024088602260466ea8c0980050241bac30243021375402e6eb0c088c08cc08cc08cc08cc08cc08cc08cc08cc07cdd500a9bab3007301f375402b164074603c6ea8004dd71810000981018109810981098109810800980e1baa0028b203422c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
|
|
682
|
+
"hash": "2f606a7f7ef297e6d7bcf1b599fc86fc9e1d79b45e80faa5e41de98c"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"title": "unfracking.unfracking.else",
|
|
686
|
+
"redeemer": {
|
|
687
|
+
"schema": {}
|
|
688
|
+
},
|
|
689
|
+
"parameters": [
|
|
690
|
+
{
|
|
691
|
+
"title": "prog_logic_cred",
|
|
692
|
+
"schema": {
|
|
693
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"title": "registry_node_cs",
|
|
698
|
+
"schema": {
|
|
699
|
+
"$ref": "#/definitions/cardano~1assets~1PolicyId"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"title": "max_inline_datum_bytes",
|
|
704
|
+
"schema": {
|
|
705
|
+
"$ref": "#/definitions/Int"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
],
|
|
709
|
+
"compiledCode": "5906a301010022229800aba2aba1aba0aab9faab9eaab9dab9a9bae0039bad002488888888966002646465300130073754003370e90004c02c00e601600491112cc004cdc3a400800913259800980218061baa0028991919912cc004c05400e330013011375400d2301530160019180a980b180b000c8c054c058c058c0580064464646600200200844b3001001801c4c8c96600266e440180062b30013371e00c0031375660300050054059133004004301c00340586eb8c058004c0640050170a5eb7bdb18244653001001801c0090011112cc00400a2003132332298008034c074016646600200200a44b300100189980e99bb037520086ea000d2f5bded8c113233225980099b910070028acc004cdc780380144c96600266e1c004cdc0a400000f100289981099bb037520106ea0cdc0000803801203a375a603c007133020337606ea401cdd4003002203889981000199802802800a038375c60360026040004603c00280e10061bae3016001375a602e002603200480ba44646600200200644b30013375e6028603000200714a31330020023019001404d2301530163016301630163016301600148888888a600244b300132325980099b874800800629422b300130140018a51899b89371a6eccc080c074dd5001001a036406c60366ea8004c020c06cdd500144cdd7a6103d87a80003007301b375400514a080ca6464b30013371e6eb8c068c078c07cdd59804980d9baa3009301b37540020311325980099b8748010c06cdd5000c4c07cc070dd5000c5901a1804180d9baa3009301b375400316406530010019bac3008301a3754021375a603a01280088896600266e2520040018cc00400e60406040005337009001800a0068acc004cdc4a400400319800801cc08000a66e012001001400d1598009809800c4c07c00a2c80d101a20349bad301c301d00848896600266ebd30101a000301f3020302030203020301c37540251323322332259800980c000c4c8c966002604e0050048b2048375c604a00260426ea800e2b30013370e9001000c4c8c966002604e0050048b2048375c604a00260426ea800e2c80f901f0acc004cc020dd59803980f9baa015001899194c0040066eb0c038c084dd500bc01a97adef6c6040044444b300133712004900044ca600200337586050604a6ea806e0094bd6f7b6302002222259800801c4cdd79ba6329800800c00e00c80088896600200510018cc00400e605e005325980099baf302f302c375400201b1598009980980081444cc058cc05cdd5980d18161baa00100f0028b205488012054302e002400c8160dd3000c4cc896600266ebcc0b4c0a8dd5181698151baa0020328acc004cdd7981698151baa00200b8992cc004cdd7981718159baa001302e302b375400715980099baf3018302b3754002603060566ea800e2b30013375e602e60566ea8004c05cc0acdd5001c6600200f0029817802ccc054010ca600200330303756603460586ea801260606eacc068c0b0dd500120022223298009bae302e0019bab302f0019819801a444b30013371e00602b15980099baf374c0026e9801620051640c115980099baf374c6606866ec0dd48019ba60024bd6f7b6301ba63303430350054bd6f7b63046600200f001981b002a00e8b206040c03031002401d1640a51640a51640a4605a0091640a119800803400600900340188140c0acc0b0c0a0dd518158019816001a05289919912cc004cdd7981518139baa0010088acc004cc03800408e2600466022008660246eacc054c09cdd500080545902544c00801102514c00401a005337009000802400500618140021814001a04433223322330020020012259800800c5a264b30013375e604e60486ea8c09cc090dd500081644c8c0a0c094dd5001192cc004c070c090dd5000c4c966002603a604a6ea8006264b300159800980f18131baa0018991919800800805112cc004cdc79bae302d0010038a518998010011817000a050375c6054604e6ea800626602000e002812a20031640946052604c6ea80062c8120c0a0c094dd5000c59023180918121baa30273024375400313300300330280024088602260466ea8c0980050241bac30243021375402e6eb0c088c08cc08cc08cc08cc08cc08cc08cc08cc07cdd500a9bab3007301f375402b164074603c6ea8004dd71810000981018109810981098109810800980e1baa0028b203422c8090dd698090009bad30120023012001300d375400516402c601e60186ea80162b30013370e900300244c8c966002600a601a6ea8c044c04800a2946294100c1bad3010001300c375400b1640288050601460160026014002600a6ea802a29344d9590031",
|
|
710
|
+
"hash": "2f606a7f7ef297e6d7bcf1b599fc86fc9e1d79b45e80faa5e41de98c"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"title": "upgrade_multisig.upgrade_multisig.withdraw",
|
|
714
|
+
"redeemer": {
|
|
715
|
+
"title": "_redeemer",
|
|
716
|
+
"schema": {
|
|
717
|
+
"$ref": "#/definitions/Data"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"parameters": [
|
|
721
|
+
{
|
|
722
|
+
"title": "signers",
|
|
723
|
+
"schema": {
|
|
724
|
+
"$ref": "#/definitions/List<aiken~1crypto~1VerificationKeyHash>"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"title": "threshold",
|
|
729
|
+
"schema": {
|
|
730
|
+
"$ref": "#/definitions/Int"
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"compiledCode": "58ce0101002229800aba2aba1aab9faab9eaab9dab9a9bac0039bad0024888888896600264653001300900198049805000cc0240092225980099b8748010c024dd500144c8cdc48039919800800804912cc0040062900044cc896600264660020026eb0c048c04cc04cc04cc04cc04cc04cc04cc04cc040dd5003912cc00400629422b30013371e6eb8c04c00401229462660040046028002807901244cdc024004003100140346eb8c03c004cc008008c04000500e180618051baa0028b2010180480098029baa0098a4d13656400c1",
|
|
735
|
+
"hash": "53782c02a189a2a15f9f27f95ae7f863cfeb580a4831a5b7b2244c98"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"title": "upgrade_multisig.upgrade_multisig.else",
|
|
739
|
+
"redeemer": {
|
|
740
|
+
"schema": {}
|
|
741
|
+
},
|
|
742
|
+
"parameters": [
|
|
743
|
+
{
|
|
744
|
+
"title": "signers",
|
|
745
|
+
"schema": {
|
|
746
|
+
"$ref": "#/definitions/List<aiken~1crypto~1VerificationKeyHash>"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"title": "threshold",
|
|
751
|
+
"schema": {
|
|
752
|
+
"$ref": "#/definitions/Int"
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
],
|
|
756
|
+
"compiledCode": "58ce0101002229800aba2aba1aab9faab9eaab9dab9a9bac0039bad0024888888896600264653001300900198049805000cc0240092225980099b8748010c024dd500144c8cdc48039919800800804912cc0040062900044cc896600264660020026eb0c048c04cc04cc04cc04cc04cc04cc04cc04cc040dd5003912cc00400629422b30013371e6eb8c04c00401229462660040046028002807901244cdc024004003100140346eb8c03c004cc008008c04000500e180618051baa0028b2010180480098029baa0098a4d13656400c1",
|
|
757
|
+
"hash": "53782c02a189a2a15f9f27f95ae7f863cfeb580a4831a5b7b2244c98"
|
|
758
|
+
}
|
|
759
|
+
],
|
|
760
|
+
"definitions": {
|
|
761
|
+
"ByteArray": {
|
|
762
|
+
"title": "ByteArray",
|
|
763
|
+
"dataType": "bytes"
|
|
764
|
+
},
|
|
765
|
+
"Data": {
|
|
766
|
+
"title": "Data",
|
|
767
|
+
"description": "Any Plutus data."
|
|
768
|
+
},
|
|
769
|
+
"Int": {
|
|
770
|
+
"dataType": "integer"
|
|
771
|
+
},
|
|
772
|
+
"List<aiken/crypto/VerificationKeyHash>": {
|
|
773
|
+
"dataType": "list",
|
|
774
|
+
"items": {
|
|
775
|
+
"$ref": "#/definitions/aiken~1crypto~1VerificationKeyHash"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
"List<types/RegistryProof>": {
|
|
779
|
+
"dataType": "list",
|
|
780
|
+
"items": {
|
|
781
|
+
"$ref": "#/definitions/types~1RegistryProof"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"aiken/crypto/ScriptHash": {
|
|
785
|
+
"title": "ScriptHash",
|
|
786
|
+
"dataType": "bytes"
|
|
787
|
+
},
|
|
788
|
+
"aiken/crypto/VerificationKeyHash": {
|
|
789
|
+
"title": "VerificationKeyHash",
|
|
790
|
+
"dataType": "bytes"
|
|
791
|
+
},
|
|
792
|
+
"cardano/address/Credential": {
|
|
793
|
+
"title": "Credential",
|
|
794
|
+
"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).",
|
|
795
|
+
"anyOf": [
|
|
796
|
+
{
|
|
797
|
+
"title": "VerificationKey",
|
|
798
|
+
"dataType": "constructor",
|
|
799
|
+
"index": 0,
|
|
800
|
+
"fields": [
|
|
801
|
+
{
|
|
802
|
+
"$ref": "#/definitions/aiken~1crypto~1VerificationKeyHash"
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"title": "Script",
|
|
808
|
+
"dataType": "constructor",
|
|
809
|
+
"index": 1,
|
|
810
|
+
"fields": [
|
|
811
|
+
{
|
|
812
|
+
"$ref": "#/definitions/aiken~1crypto~1ScriptHash"
|
|
813
|
+
}
|
|
814
|
+
]
|
|
815
|
+
}
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
"cardano/assets/PolicyId": {
|
|
819
|
+
"title": "PolicyId",
|
|
820
|
+
"dataType": "bytes"
|
|
821
|
+
},
|
|
822
|
+
"cardano/transaction/OutputReference": {
|
|
823
|
+
"title": "OutputReference",
|
|
824
|
+
"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",
|
|
825
|
+
"anyOf": [
|
|
826
|
+
{
|
|
827
|
+
"title": "OutputReference",
|
|
828
|
+
"dataType": "constructor",
|
|
829
|
+
"index": 0,
|
|
830
|
+
"fields": [
|
|
831
|
+
{
|
|
832
|
+
"title": "transaction_id",
|
|
833
|
+
"$ref": "#/definitions/ByteArray"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"title": "output_index",
|
|
837
|
+
"$ref": "#/definitions/Int"
|
|
838
|
+
}
|
|
839
|
+
]
|
|
840
|
+
}
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
"programmable_logic/params/ProgrammableLogicGlobalParams": {
|
|
844
|
+
"title": "ProgrammableLogicGlobalParams",
|
|
845
|
+
"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. `plg_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 What is NOT here, and why:\n * `prog_logic_cred`, `registry_node_cs` and the seizure datum bound are\n compile-time PARAMETERS of the delegates. A frozen value never needs to\n be a datum read — it only needs baking into whatever artifact is itself\n the replaceable unit, and the delegates are exactly that. Both were\n still declared here while they had a reader left; they have none now, so\n they are gone. Removing a field is stronger than freezing it, but only\n over that field: no upgrade can edit these in place, while the VALUES\n stay 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_mint` sits\n on a DIFFERENT chain: deployed per token policy, it must locate a\n delegate's REDEEMER to prove that delegate covered its own registry node\n (Finding 04 precise delegation). Reading them at runtime is what stops a\n delegate upgrade stranding every already-deployed issuance script.",
|
|
846
|
+
"anyOf": [
|
|
847
|
+
{
|
|
848
|
+
"title": "ProgrammableLogicGlobalParams",
|
|
849
|
+
"dataType": "constructor",
|
|
850
|
+
"index": 0,
|
|
851
|
+
"fields": [
|
|
852
|
+
{
|
|
853
|
+
"title": "plg_cred",
|
|
854
|
+
"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.",
|
|
855
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"title": "transfer_cred",
|
|
859
|
+
"description": "Field 1 — credential of the `transfer` withdraw-0 validator. Read ONLY by\n `issuance_mint`, to locate that validator's redeemer and check it names\n the minting policy's own registry node. PLB does not read it.",
|
|
860
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"title": "third_party_cred",
|
|
864
|
+
"description": "Field 2 — credential of the `third_party` (seize / clawback / freeze)\n withdraw-0 validator. Read ONLY by `issuance_mint`, same reason as\n `transfer_cred`.",
|
|
865
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"title": "upgrade_cred",
|
|
869
|
+
"description": "Field 3 — credential of the upgrade-authority withdraw-0 validator\n (trampoline 2). Read ONLY by `protocol_params`, on an upgrade\n transaction, to decide *who* may rewrite this datum. A datum field rather\n than a script parameter so the authority itself can be swapped in place.",
|
|
870
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
871
|
+
}
|
|
872
|
+
]
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
},
|
|
876
|
+
"registry_node/RegistryNode": {
|
|
877
|
+
"title": "RegistryNode",
|
|
878
|
+
"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 three 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_transfer_logic_script`\n (admin) — with `minting_logic_script` first because registration is the\n earliest event in a token's lifetime.",
|
|
879
|
+
"anyOf": [
|
|
880
|
+
{
|
|
881
|
+
"title": "RegistryNode",
|
|
882
|
+
"dataType": "constructor",
|
|
883
|
+
"index": 0,
|
|
884
|
+
"fields": [
|
|
885
|
+
{
|
|
886
|
+
"title": "key",
|
|
887
|
+
"description": "The key (currency symbol) of the programmable token policy",
|
|
888
|
+
"$ref": "#/definitions/ByteArray"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"title": "next",
|
|
892
|
+
"description": "The next key in lexicographical order (for linked list traversal)",
|
|
893
|
+
"$ref": "#/definitions/ByteArray"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"title": "minting_logic_script",
|
|
897
|
+
"description": "The minting logic script credential. The substandard'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 `is_programmable_token_id_valid`, so the field cannot lie.",
|
|
898
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"title": "transfer_logic_script",
|
|
902
|
+
"description": "The transfer logic script credential that validates token transfers",
|
|
903
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"title": "third_party_transfer_logic_script",
|
|
907
|
+
"description": "The third party transfer logic script credential that handles admin actions (seizure, etc.)",
|
|
908
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"title": "unfracking_logic_script",
|
|
912
|
+
"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.",
|
|
913
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"title": "global_state_cs",
|
|
917
|
+
"description": "Optional global state NFT currency symbol for this policy",
|
|
918
|
+
"$ref": "#/definitions/ByteArray"
|
|
919
|
+
}
|
|
920
|
+
]
|
|
921
|
+
}
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
"types/BaseSpendRedeemer": {
|
|
925
|
+
"title": "BaseSpendRedeemer",
|
|
926
|
+
"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 now does the smallest\n job in the protocol: locate the params datum, read ONE credential\n (`plg_cred`, field 2), 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.\n\n **The pairwise-distinctness ASSUMPTION is gone.** PLB used to choose between\n three credentials by redeemer arm, which was only sound while those three\n were distinct — a property nothing on-chain enforced. There is now exactly\n one credential on this path, so there is nothing to collide.",
|
|
927
|
+
"anyOf": [
|
|
928
|
+
{
|
|
929
|
+
"title": "BaseSpendRedeemer",
|
|
930
|
+
"dataType": "constructor",
|
|
931
|
+
"index": 0,
|
|
932
|
+
"fields": [
|
|
933
|
+
{
|
|
934
|
+
"title": "params_idx",
|
|
935
|
+
"description": "Index of the protocol-params NFT UTxO in `reference_inputs`.",
|
|
936
|
+
"$ref": "#/definitions/Int"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"title": "wdrl_idx",
|
|
940
|
+
"description": "Index of `plg_cred`'s entry in the ledger-ordered withdrawal map.",
|
|
941
|
+
"$ref": "#/definitions/Int"
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
}
|
|
945
|
+
]
|
|
946
|
+
},
|
|
947
|
+
"types/MintingRegistryProof": {
|
|
948
|
+
"title": "MintingRegistryProof",
|
|
949
|
+
"description": "Redeemer for the issuance minting policy.\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 substandard's withdraw-0 invocation (proof of instance) is checked\n directly against the validator's `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,\n so collision-resistance\n of blake2b_224 forces credential agreement without a runtime equality\n check on the redeemer.",
|
|
950
|
+
"anyOf": [
|
|
951
|
+
{
|
|
952
|
+
"title": "RefInput",
|
|
953
|
+
"dataType": "constructor",
|
|
954
|
+
"index": 0,
|
|
955
|
+
"fields": [
|
|
956
|
+
{
|
|
957
|
+
"title": "index",
|
|
958
|
+
"$ref": "#/definitions/Int"
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"title": "OutputIndex",
|
|
964
|
+
"dataType": "constructor",
|
|
965
|
+
"index": 1,
|
|
966
|
+
"fields": [
|
|
967
|
+
{
|
|
968
|
+
"title": "index",
|
|
969
|
+
"$ref": "#/definitions/Int"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
972
|
+
}
|
|
973
|
+
]
|
|
974
|
+
},
|
|
975
|
+
"types/ProgrammableLogicGlobalRedeemer": {
|
|
976
|
+
"title": "ProgrammableLogicGlobalRedeemer",
|
|
977
|
+
"description": "Redeemer of the `programmable_logic_global` dispatcher.\n\n PLG is reached from PLB (which named it via `plg_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.",
|
|
978
|
+
"anyOf": [
|
|
979
|
+
{
|
|
980
|
+
"title": "TransferAct",
|
|
981
|
+
"description": "An ordinary transfer: requires the `transfer` validator's withdraw-0.",
|
|
982
|
+
"dataType": "constructor",
|
|
983
|
+
"index": 0,
|
|
984
|
+
"fields": []
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"title": "ThirdPartyAct",
|
|
988
|
+
"description": "A third-party action (seize / clawback / freeze enforcement): requires\n the `third_party` validator's withdraw-0.",
|
|
989
|
+
"dataType": "constructor",
|
|
990
|
+
"index": 1,
|
|
991
|
+
"fields": []
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"title": "UnfrackingAct",
|
|
995
|
+
"description": "Holder-driven same-owner restructuring (Finding 17): requires the\n `unfracking` validator's withdraw-0.",
|
|
996
|
+
"dataType": "constructor",
|
|
997
|
+
"index": 2,
|
|
998
|
+
"fields": []
|
|
999
|
+
}
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
"types/RegistryProof": {
|
|
1003
|
+
"title": "RegistryProof",
|
|
1004
|
+
"description": "Proof that a token is (or is not) in the registry",
|
|
1005
|
+
"anyOf": [
|
|
1006
|
+
{
|
|
1007
|
+
"title": "TokenExists",
|
|
1008
|
+
"description": "Token exists in the registry at this reference input index",
|
|
1009
|
+
"dataType": "constructor",
|
|
1010
|
+
"index": 0,
|
|
1011
|
+
"fields": [
|
|
1012
|
+
{
|
|
1013
|
+
"title": "node_idx",
|
|
1014
|
+
"$ref": "#/definitions/Int"
|
|
1015
|
+
}
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"title": "TokenDoesNotExist",
|
|
1020
|
+
"description": "Token does not exist (proof via covering node at this index)",
|
|
1021
|
+
"dataType": "constructor",
|
|
1022
|
+
"index": 1,
|
|
1023
|
+
"fields": [
|
|
1024
|
+
{
|
|
1025
|
+
"title": "node_idx",
|
|
1026
|
+
"$ref": "#/definitions/Int"
|
|
1027
|
+
}
|
|
1028
|
+
]
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
1032
|
+
"types/RegistryRedeemer": {
|
|
1033
|
+
"title": "RegistryRedeemer",
|
|
1034
|
+
"description": "Redeemer for registry minting policy (linked list operations)",
|
|
1035
|
+
"anyOf": [
|
|
1036
|
+
{
|
|
1037
|
+
"title": "RegistryInit",
|
|
1038
|
+
"description": "Initialize the registry with the origin node",
|
|
1039
|
+
"dataType": "constructor",
|
|
1040
|
+
"index": 0,
|
|
1041
|
+
"fields": []
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"title": "RegistryInsert",
|
|
1045
|
+
"description": "Insert a new programmable token policy into the registry.\n\n `minting_logic_script` is the credential of the substandard'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 substandard'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 substandards that must initialise global\n state before any token exists). A substandard that wants a strict\n register-then-mint lifecycle must enforce it in its own minting\n logic.",
|
|
1046
|
+
"dataType": "constructor",
|
|
1047
|
+
"index": 1,
|
|
1048
|
+
"fields": [
|
|
1049
|
+
{
|
|
1050
|
+
"title": "key",
|
|
1051
|
+
"$ref": "#/definitions/ByteArray"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"title": "minting_logic_script",
|
|
1055
|
+
"$ref": "#/definitions/cardano~1address~1Credential"
|
|
1056
|
+
}
|
|
1057
|
+
]
|
|
1058
|
+
}
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
"types/ThirdPartyRedeemer": {
|
|
1062
|
+
"title": "ThirdPartyRedeemer",
|
|
1063
|
+
"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`. Carries the\n exact fields the old inline `ThirdPartyAct` arm did — the logic moved\n out of the former coordinator into its own script, the redeemer surface is unchanged.",
|
|
1064
|
+
"anyOf": [
|
|
1065
|
+
{
|
|
1066
|
+
"title": "ThirdPartyRedeemer",
|
|
1067
|
+
"dataType": "constructor",
|
|
1068
|
+
"index": 0,
|
|
1069
|
+
"fields": [
|
|
1070
|
+
{
|
|
1071
|
+
"title": "registry_node_idx",
|
|
1072
|
+
"description": "Index of the subject policy's registry node in reference inputs",
|
|
1073
|
+
"$ref": "#/definitions/Int"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"title": "outputs_start_idx",
|
|
1077
|
+
"description": "Starting index in outputs where processed outputs begin",
|
|
1078
|
+
"$ref": "#/definitions/Int"
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
"types/TransferRedeemer": {
|
|
1085
|
+
"title": "TransferRedeemer",
|
|
1086
|
+
"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 no longer\n reads the protocol-params datum at all. The three values it used to read\n there — `prog_logic_cred`, `registry_node_cs` and the seizure datum bound —\n are compile-time parameters of the validator now. Same for the standalone\n `third_party` and `unfracking` redeemers.",
|
|
1087
|
+
"anyOf": [
|
|
1088
|
+
{
|
|
1089
|
+
"title": "TransferRedeemer",
|
|
1090
|
+
"dataType": "constructor",
|
|
1091
|
+
"index": 0,
|
|
1092
|
+
"fields": [
|
|
1093
|
+
{
|
|
1094
|
+
"title": "proofs",
|
|
1095
|
+
"description": "One registry proof per distinct spent policy, in ascending policy order",
|
|
1096
|
+
"$ref": "#/definitions/List<types~1RegistryProof>"
|
|
1097
|
+
}
|
|
1098
|
+
]
|
|
1099
|
+
}
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
"types/UnfrackingRedeemer": {
|
|
1103
|
+
"title": "UnfrackingRedeemer",
|
|
1104
|
+
"description": "Redeemer of the standalone `unfracking` withdraw-0 validator (v2).\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`.",
|
|
1105
|
+
"anyOf": [
|
|
1106
|
+
{
|
|
1107
|
+
"title": "UnfrackingRedeemer",
|
|
1108
|
+
"dataType": "constructor",
|
|
1109
|
+
"index": 0,
|
|
1110
|
+
"fields": [
|
|
1111
|
+
{
|
|
1112
|
+
"title": "registry_node_idx",
|
|
1113
|
+
"description": "Index of the acted-on policy's registry node in reference inputs",
|
|
1114
|
+
"$ref": "#/definitions/Int"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"title": "outputs_start_idx",
|
|
1118
|
+
"description": "Starting index in outputs where the paired continuing outputs begin",
|
|
1119
|
+
"$ref": "#/definitions/Int"
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
}
|
|
1123
|
+
]
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
}
|