@verified-network/verified-sdk 0.7.2 → 0.7.3
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/dist/abi/accounts/Account.json +47 -47
- package/dist/abi/accounts/Client.json +97 -97
- package/dist/abi/accounts/Holder.json +59 -59
- package/dist/abi/accounts/Kyc.json +2353 -2547
- package/dist/abi/accounts/Ledger.json +25 -25
- package/dist/abi/accounts/System.json +125 -125
- package/dist/abi/assetmanager/BalancerManager.json +3 -3
- package/dist/abi/liquidity/Distribution.json +3 -3
- package/dist/abi/liquidity/Liquidity.json +3 -3
- package/dist/abi/payments/Bond.json +373 -373
- package/dist/abi/payments/Cash.json +261 -261
- package/dist/abi/payments/Factory.json +72 -72
- package/dist/abi/payments/Oracle.json +69 -69
- package/dist/abi/payments/Rates.json +71 -71
- package/dist/abi/payments/Token.json +550 -550
- package/dist/abi/securities/Bonds.json +10 -2
- package/dist/abi/securities/Products.json +10 -2
- package/dist/abi/securities/Stocks.json +10 -2
- package/dist/abi/trades/OrderPool.json +4 -4
- package/dist/abi/trades/PoolFactory.json +3 -3
- package/dist/abi/trades/PostTrade.json +3 -3
- package/dist/abi/trades/PreTrade.json +4 -4
- package/dist/abi/trades/SecuritiesRegistry.json +4 -4
- package/dist/abi/trades/Security.json +3 -3
- package/dist/abi/trades/Trade.json +4 -4
- package/dist/contractAddress/index.js +32 -32
- package/package.json +1 -1
|
@@ -1250,10 +1250,10 @@
|
|
|
1250
1250
|
"name": "require",
|
|
1251
1251
|
"nodeType": "Identifier",
|
|
1252
1252
|
"overloadedDeclarations": [
|
|
1253
|
-
|
|
1254
|
-
|
|
1253
|
+
11237,
|
|
1254
|
+
11238
|
|
1255
1255
|
],
|
|
1256
|
-
"referencedDeclaration":
|
|
1256
|
+
"referencedDeclaration": 11237,
|
|
1257
1257
|
"src": "1452:7:17",
|
|
1258
1258
|
"typeDescriptions": {
|
|
1259
1259
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -1393,10 +1393,10 @@
|
|
|
1393
1393
|
"name": "require",
|
|
1394
1394
|
"nodeType": "Identifier",
|
|
1395
1395
|
"overloadedDeclarations": [
|
|
1396
|
-
|
|
1397
|
-
|
|
1396
|
+
11237,
|
|
1397
|
+
11238
|
|
1398
1398
|
],
|
|
1399
|
-
"referencedDeclaration":
|
|
1399
|
+
"referencedDeclaration": 11237,
|
|
1400
1400
|
"src": "1566:7:17",
|
|
1401
1401
|
"typeDescriptions": {
|
|
1402
1402
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
"name": "this",
|
|
1531
1531
|
"nodeType": "Identifier",
|
|
1532
1532
|
"overloadedDeclarations": [],
|
|
1533
|
-
"referencedDeclaration":
|
|
1533
|
+
"referencedDeclaration": 11296,
|
|
1534
1534
|
"src": "1901:4:17",
|
|
1535
1535
|
"typeDescriptions": {
|
|
1536
1536
|
"typeIdentifier": "t_contract$_Ledger_$8568",
|
|
@@ -2075,7 +2075,7 @@
|
|
|
2075
2075
|
"name": "msg",
|
|
2076
2076
|
"nodeType": "Identifier",
|
|
2077
2077
|
"overloadedDeclarations": [],
|
|
2078
|
-
"referencedDeclaration":
|
|
2078
|
+
"referencedDeclaration": 11234,
|
|
2079
2079
|
"src": "1721:3:17",
|
|
2080
2080
|
"typeDescriptions": {
|
|
2081
2081
|
"typeIdentifier": "t_magic_message",
|
|
@@ -2275,7 +2275,7 @@
|
|
|
2275
2275
|
"name": "this",
|
|
2276
2276
|
"nodeType": "Identifier",
|
|
2277
2277
|
"overloadedDeclarations": [],
|
|
2278
|
-
"referencedDeclaration":
|
|
2278
|
+
"referencedDeclaration": 11296,
|
|
2279
2279
|
"src": "2467:4:17",
|
|
2280
2280
|
"typeDescriptions": {
|
|
2281
2281
|
"typeIdentifier": "t_contract$_Ledger_$8568",
|
|
@@ -3935,7 +3935,7 @@
|
|
|
3935
3935
|
"name": "msg",
|
|
3936
3936
|
"nodeType": "Identifier",
|
|
3937
3937
|
"overloadedDeclarations": [],
|
|
3938
|
-
"referencedDeclaration":
|
|
3938
|
+
"referencedDeclaration": 11234,
|
|
3939
3939
|
"src": "2282:3:17",
|
|
3940
3940
|
"typeDescriptions": {
|
|
3941
3941
|
"typeIdentifier": "t_magic_message",
|
|
@@ -4231,7 +4231,7 @@
|
|
|
4231
4231
|
"name": "msg",
|
|
4232
4232
|
"nodeType": "Identifier",
|
|
4233
4233
|
"overloadedDeclarations": [],
|
|
4234
|
-
"referencedDeclaration":
|
|
4234
|
+
"referencedDeclaration": 11234,
|
|
4235
4235
|
"src": "3825:3:17",
|
|
4236
4236
|
"typeDescriptions": {
|
|
4237
4237
|
"typeIdentifier": "t_magic_message",
|
|
@@ -5536,10 +5536,10 @@
|
|
|
5536
5536
|
}
|
|
5537
5537
|
],
|
|
5538
5538
|
"overloadedDeclarations": [
|
|
5539
|
-
|
|
5540
|
-
|
|
5539
|
+
11237,
|
|
5540
|
+
11238
|
|
5541
5541
|
],
|
|
5542
|
-
"referencedDeclaration":
|
|
5542
|
+
"referencedDeclaration": 11237,
|
|
5543
5543
|
"type": "function (bool) pure",
|
|
5544
5544
|
"value": "require"
|
|
5545
5545
|
},
|
|
@@ -5689,10 +5689,10 @@
|
|
|
5689
5689
|
}
|
|
5690
5690
|
],
|
|
5691
5691
|
"overloadedDeclarations": [
|
|
5692
|
-
|
|
5693
|
-
|
|
5692
|
+
11237,
|
|
5693
|
+
11238
|
|
5694
5694
|
],
|
|
5695
|
-
"referencedDeclaration":
|
|
5695
|
+
"referencedDeclaration": 11237,
|
|
5696
5696
|
"type": "function (bool) pure",
|
|
5697
5697
|
"value": "require"
|
|
5698
5698
|
},
|
|
@@ -5916,7 +5916,7 @@
|
|
|
5916
5916
|
"overloadedDeclarations": [
|
|
5917
5917
|
null
|
|
5918
5918
|
],
|
|
5919
|
-
"referencedDeclaration":
|
|
5919
|
+
"referencedDeclaration": 11234,
|
|
5920
5920
|
"type": "msg",
|
|
5921
5921
|
"value": "msg"
|
|
5922
5922
|
},
|
|
@@ -6071,7 +6071,7 @@
|
|
|
6071
6071
|
"overloadedDeclarations": [
|
|
6072
6072
|
null
|
|
6073
6073
|
],
|
|
6074
|
-
"referencedDeclaration":
|
|
6074
|
+
"referencedDeclaration": 11296,
|
|
6075
6075
|
"type": "contract Ledger",
|
|
6076
6076
|
"value": "this"
|
|
6077
6077
|
},
|
|
@@ -6731,7 +6731,7 @@
|
|
|
6731
6731
|
"overloadedDeclarations": [
|
|
6732
6732
|
null
|
|
6733
6733
|
],
|
|
6734
|
-
"referencedDeclaration":
|
|
6734
|
+
"referencedDeclaration": 11234,
|
|
6735
6735
|
"type": "msg",
|
|
6736
6736
|
"value": "msg"
|
|
6737
6737
|
},
|
|
@@ -6886,7 +6886,7 @@
|
|
|
6886
6886
|
"overloadedDeclarations": [
|
|
6887
6887
|
null
|
|
6888
6888
|
],
|
|
6889
|
-
"referencedDeclaration":
|
|
6889
|
+
"referencedDeclaration": 11296,
|
|
6890
6890
|
"type": "contract Ledger",
|
|
6891
6891
|
"value": "this"
|
|
6892
6892
|
},
|
|
@@ -8697,7 +8697,7 @@
|
|
|
8697
8697
|
"overloadedDeclarations": [
|
|
8698
8698
|
null
|
|
8699
8699
|
],
|
|
8700
|
-
"referencedDeclaration":
|
|
8700
|
+
"referencedDeclaration": 11234,
|
|
8701
8701
|
"type": "msg",
|
|
8702
8702
|
"value": "msg"
|
|
8703
8703
|
},
|
|
@@ -8876,12 +8876,12 @@
|
|
|
8876
8876
|
"3": {
|
|
8877
8877
|
"events": {},
|
|
8878
8878
|
"links": {},
|
|
8879
|
-
"address": "
|
|
8880
|
-
"transactionHash": "
|
|
8879
|
+
"address": "0x680CeE59B3FEEBc0594786340F9A22e04FAB63eB",
|
|
8880
|
+
"transactionHash": "0x63dd377a9ee9e0066651fd66399ea1249b68ba73fed6b54f7114b1d4c3d8225b"
|
|
8881
8881
|
}
|
|
8882
8882
|
},
|
|
8883
8883
|
"schemaVersion": "3.4.3",
|
|
8884
|
-
"updatedAt": "2022-04-
|
|
8884
|
+
"updatedAt": "2022-04-24T04:42:10.945Z",
|
|
8885
8885
|
"networkType": "ethereum",
|
|
8886
8886
|
"devdoc": {
|
|
8887
8887
|
"methods": {}
|