UNPKG
@q-dev/q-ts-gdk-sdk
Version:
latest (0.1.0)
0.1.0
Typescript Library to interact with GDK Contracts
@q-dev/q-ts-gdk-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"
}
]