@flarenetwork/flare-periphery-contract-artifacts 0.1.29 → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7 -1
- package/coston/artifacts/contracts/IAssetManagerController.sol/IAssetManagerController.json +34 -0
- package/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7 -1
- package/coston2/artifacts/contracts/IAssetManagerController.sol/IAssetManagerController.json +34 -0
- package/flare/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7 -1
- package/flare/artifacts/contracts/IAssetManagerController.sol/IAssetManagerController.json +34 -0
- package/package.json +1 -1
- package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7 -1
- package/songbird/artifacts/contracts/IAssetManagerController.sol/IAssetManagerController.json +34 -0
|
@@ -6312,7 +6312,13 @@
|
|
|
6312
6312
|
}
|
|
6313
6313
|
],
|
|
6314
6314
|
"name": "reserveCollateral",
|
|
6315
|
-
"outputs": [
|
|
6315
|
+
"outputs": [
|
|
6316
|
+
{
|
|
6317
|
+
"internalType": "uint256",
|
|
6318
|
+
"name": "_collateralReservationId",
|
|
6319
|
+
"type": "uint256"
|
|
6320
|
+
}
|
|
6321
|
+
],
|
|
6316
6322
|
"stateMutability": "payable",
|
|
6317
6323
|
"type": "function"
|
|
6318
6324
|
},
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "address",
|
|
6
|
+
"name": "_assetManager",
|
|
7
|
+
"type": "address"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "assetManagerExists",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "bool",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "bool"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [],
|
|
23
|
+
"name": "getAssetManagers",
|
|
24
|
+
"outputs": [
|
|
25
|
+
{
|
|
26
|
+
"internalType": "contract IAssetManager[]",
|
|
27
|
+
"name": "",
|
|
28
|
+
"type": "address[]"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"stateMutability": "view",
|
|
32
|
+
"type": "function"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
@@ -6312,7 +6312,13 @@
|
|
|
6312
6312
|
}
|
|
6313
6313
|
],
|
|
6314
6314
|
"name": "reserveCollateral",
|
|
6315
|
-
"outputs": [
|
|
6315
|
+
"outputs": [
|
|
6316
|
+
{
|
|
6317
|
+
"internalType": "uint256",
|
|
6318
|
+
"name": "_collateralReservationId",
|
|
6319
|
+
"type": "uint256"
|
|
6320
|
+
}
|
|
6321
|
+
],
|
|
6316
6322
|
"stateMutability": "payable",
|
|
6317
6323
|
"type": "function"
|
|
6318
6324
|
},
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "address",
|
|
6
|
+
"name": "_assetManager",
|
|
7
|
+
"type": "address"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "assetManagerExists",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "bool",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "bool"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [],
|
|
23
|
+
"name": "getAssetManagers",
|
|
24
|
+
"outputs": [
|
|
25
|
+
{
|
|
26
|
+
"internalType": "contract IAssetManager[]",
|
|
27
|
+
"name": "",
|
|
28
|
+
"type": "address[]"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"stateMutability": "view",
|
|
32
|
+
"type": "function"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
@@ -6312,7 +6312,13 @@
|
|
|
6312
6312
|
}
|
|
6313
6313
|
],
|
|
6314
6314
|
"name": "reserveCollateral",
|
|
6315
|
-
"outputs": [
|
|
6315
|
+
"outputs": [
|
|
6316
|
+
{
|
|
6317
|
+
"internalType": "uint256",
|
|
6318
|
+
"name": "_collateralReservationId",
|
|
6319
|
+
"type": "uint256"
|
|
6320
|
+
}
|
|
6321
|
+
],
|
|
6316
6322
|
"stateMutability": "payable",
|
|
6317
6323
|
"type": "function"
|
|
6318
6324
|
},
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "address",
|
|
6
|
+
"name": "_assetManager",
|
|
7
|
+
"type": "address"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "assetManagerExists",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "bool",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "bool"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [],
|
|
23
|
+
"name": "getAssetManagers",
|
|
24
|
+
"outputs": [
|
|
25
|
+
{
|
|
26
|
+
"internalType": "contract IAssetManager[]",
|
|
27
|
+
"name": "",
|
|
28
|
+
"type": "address[]"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"stateMutability": "view",
|
|
32
|
+
"type": "function"
|
|
33
|
+
}
|
|
34
|
+
]
|
package/package.json
CHANGED
|
@@ -6312,7 +6312,13 @@
|
|
|
6312
6312
|
}
|
|
6313
6313
|
],
|
|
6314
6314
|
"name": "reserveCollateral",
|
|
6315
|
-
"outputs": [
|
|
6315
|
+
"outputs": [
|
|
6316
|
+
{
|
|
6317
|
+
"internalType": "uint256",
|
|
6318
|
+
"name": "_collateralReservationId",
|
|
6319
|
+
"type": "uint256"
|
|
6320
|
+
}
|
|
6321
|
+
],
|
|
6316
6322
|
"stateMutability": "payable",
|
|
6317
6323
|
"type": "function"
|
|
6318
6324
|
},
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "address",
|
|
6
|
+
"name": "_assetManager",
|
|
7
|
+
"type": "address"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "assetManagerExists",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "bool",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "bool"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [],
|
|
23
|
+
"name": "getAssetManagers",
|
|
24
|
+
"outputs": [
|
|
25
|
+
{
|
|
26
|
+
"internalType": "contract IAssetManager[]",
|
|
27
|
+
"name": "",
|
|
28
|
+
"type": "address[]"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"stateMutability": "view",
|
|
32
|
+
"type": "function"
|
|
33
|
+
}
|
|
34
|
+
]
|