UNPKG
@ardier16/q-js-sdk
Version:
latest (1.4.1)
1.4.1
1.4.0
Typescript Library to interact with Q System Contracts
@ardier16/q-js-sdk
/
lib
/
abi
/
IQHolderRewardPool.json
21 lines
•
304 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
[
{
"inputs"
:
[
{
"internalType"
:
"uint256"
,
"name"
:
"_amount"
,
"type"
:
"uint256"
}
]
,
"name"
:
"requestRewardTransfer"
,
"outputs"
:
[
{
"internalType"
:
"uint256"
,
"name"
:
""
,
"type"
:
"uint256"
}
]
,
"stateMutability"
:
"nonpayable"
,
"type"
:
"function"
}
]