-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipechain.chain.json
100 lines (100 loc) · 2.28 KB
/
pipechain.chain.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"version": 0,
"debotAddress": "",
"initMethod": "invokeTest",
"initArgs": {
"arg1": "1500000000",
"arg2": "hello world!",
"arg3": true,
"arg4": 3,
"arg5": "0:e859a5858fc99c8f6044aa179af68140c2fb9b07b3f52b70bef51e0c799fd2df",
"arg6": "0x816747e3c1e0c3be11797a76ffd5f823a1c933586cac2f170bc1395f1f25e15b",
"arg7": {
"1": {
"data": "10"
},
"2": {
"data": "2020"
}
}
},
"abi": {
"ABI version": 2,
"header": [],
"functions": [
{
"name": "OnInvokeCompleted",
"inputs": [
{
"name": "status",
"type": "uint8"
},
{
"components": [
{
"name": "data",
"type": "bytes"
}
],
"name": "out",
"type": "map(uint32,tuple)"
}
],
"outputs": []
}
],
"data": [],
"events": []
},
"quiet": true,
"chain": [
{
"type": "Input",
"interface": "a1d347099e29c1624c8890619daf207bde18e92df5220a54bcc6d858309ece84",
"method": "get",
"params": {
"value": "1500000000"
}
},
{
"type": "Input",
"interface": "8796536366ee21852db56dccb60bc564598b618c865fc50c8b1ab740bba128e3",
"method": "input",
"params": {
"value": "hello world!"
}
},
{
"type": "Input",
"interface": "16653eaf34c921467120f2685d425ff963db5cbb5aa676a62a2e33bfc3f6828a",
"method": "get",
"params": {
"value": true
}
},
{
"type": "Input",
"interface": "ac1a4d3ecea232e49783df4a23a81823cdca3205dc58cd20c4db259c25605b48",
"method": "select",
"params": {
"index": 3
}
},
{
"type": "Input",
"interface": "d7ed1bd8e6230871116f4522e58df0a93c5520c56f4ade23ef3d8919a984653b",
"method": "get",
"params": {
"value": "0:e859a5858fc99c8f6044aa179af68140c2fb9b07b3f52b70bef51e0c799fd2df"
}
},
{
"type": "Input",
"interface": "a56115147709ed3437efb89460b94a120b7fe94379c795d1ebb0435a847ee580",
"method": "getPublicKey",
"params": {
"value": "0x816747e3c1e0c3be11797a76ffd5f823a1c933586cac2f170bc1395f1f25e15b"
}
}
]
}