-
Notifications
You must be signed in to change notification settings - Fork 2
/
file.abi.json
61 lines (61 loc) · 1.13 KB
/
file.abi.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
{
"ABI version": 2,
"header": ["time", "expire"],
"functions": [
{
"name": "constructor",
"inputs": [
{"name":"chunks_count","type":"uint32"},
{"name":"mime","type":"bytes"},
{"name":"extension","type":"bytes"},
{"name":"zstd_encoding","type":"bool"}
],
"outputs": [
]
},
{
"name": "writeData",
"inputs": [
{"name":"index","type":"uint32"},
{"name":"chunk","type":"bytes"}
],
"outputs": [
]
},
{
"name": "getDetails",
"inputs": [
],
"outputs": [
{"name":"chunks_count","type":"uint128"},
{"name":"cur_chunk_count","type":"uint128"},
{"name":"creator_pubkey","type":"uint256"},
{"name":"mime","type":"bytes"},
{"name":"extension","type":"bytes"},
{"name":"chunks","type":"bytes[]"},
{"name":"zstd_encoding","type":"bool"}
]
},
{
"name": "value",
"inputs": [
],
"outputs": [
{"name":"value","type":"uint256"}
]
},
{
"name": "m_raw_data_chunks",
"inputs": [
],
"outputs": [
{"name":"m_raw_data_chunks","type":"bytes[]"}
]
}
],
"data": [
{"key":1,"name":"nonce","type":"uint64"}
],
"events": [
]
}