UNPKG
@q-dev/q-js-sdk
Version:
latest (2.0.0-rc.21)
2.0.0-rc.21
2.0.0-rc.20
2.0.0-rc.19
2.0.0-rc.18
2.0.0-rc.17
2.0.0-rc.16
2.0.0-rc.14
2.0.0-rc.13
2.0.0-rc.12
2.0.0-rc.11
2.0.0-rc.9
2.0.0-rc.8
2.0.0-rc.7
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.0.0
0.9.5
Typescript Library to interact with Q System Contracts
@q-dev/q-js-sdk
/
lib
/
abi
/
Multicall.json
22 lines
(21 loc)
•
349 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"inputs"
:
[
{
"internalType"
:
"bytes[]"
,
"name"
:
"data"
,
"type"
:
"bytes[]"
}
]
,
"name"
:
"multicall"
,
"outputs"
:
[
{
"internalType"
:
"bytes[]"
,
"name"
:
"results"
,
"type"
:
"bytes[]"
}
]
,
"stateMutability"
:
"nonpayable"
,
"type"
:
"function"
}
]