-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplutus.json
69 lines (69 loc) · 1.88 KB
/
plutus.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"preamble": {
"title": "ada-deposit-withdraw/ada-withdraw",
"description": "Aiken contracts for project 'ada-deposit-withdraw/ada-withdraw'",
"version": "0.0.0",
"plutusVersion": "v2",
"compiler": {
"name": "Aiken",
"version": "v1.0.29-alpha+16fb02e"
},
"license": "Apache-2.0"
},
"validators": [
{
"title": "ada_withdraw.withdraw",
"datum": {
"title": "datum",
"schema": {
"$ref": "#/definitions/ada_withdraw~1Datum"
}
},
"redeemer": {
"title": "redeemer",
"schema": {
"$ref": "#/definitions/ada_withdraw~1Redeemer"
}
},
"compiledCode": "58c401000032323232323223223225333006323322323300100100322533300e00114a0264a66601866e3cdd718080010020a511330030030013010001375860166018601860186018601860186018601860126ea8c004c024dd50011bae30013009375400c4601600229309b2b299980219b8748000c014dd500089919299980498058010a4c2c6eb8c024004c018dd50008b299980119b8748000c00cdd500089919299980398048010a4c2c6eb8c01c004c010dd50008b2b9a5573aaae7955cfaba157441",
"hash": "9143a8aa368354207d651e95e4e3b3afff90616d20f62b2bcda60105"
}
],
"definitions": {
"ByteArray": {
"dataType": "bytes"
},
"ada_withdraw/Datum": {
"title": "Datum",
"anyOf": [
{
"title": "Datum",
"dataType": "constructor",
"index": 0,
"fields": [
{
"title": "owner",
"$ref": "#/definitions/ByteArray"
}
]
}
]
},
"ada_withdraw/Redeemer": {
"title": "Redeemer",
"anyOf": [
{
"title": "Redeemer",
"dataType": "constructor",
"index": 0,
"fields": [
{
"title": "msg",
"$ref": "#/definitions/ByteArray"
}
]
}
]
}
}
}