-
Notifications
You must be signed in to change notification settings - Fork 102
/
params-native.json
53 lines (53 loc) · 1.09 KB
/
params-native.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
[
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes32"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "native_set",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "native_executor",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes32"
}
],
"name": "native_get",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]