@verified-network/verified-sdk 0.4.6 → 0.5.0
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 +68 -68
- package/dist/abi/accounts/Client.json +1997 -1989
- package/dist/abi/accounts/Holder.json +114 -114
- package/dist/abi/accounts/Kyc.json +12444 -7921
- package/dist/abi/accounts/Ledger.json +67 -67
- package/dist/abi/accounts/System.json +193 -193
- package/dist/abi/custody/Vault.json +19671 -0
- package/dist/abi/payments/Bond.json +5910 -5910
- package/dist/abi/payments/Cash.json +6192 -6084
- package/dist/abi/payments/Factory.json +2794 -2794
- package/dist/abi/payments/Oracle.json +3264 -3264
- package/dist/abi/payments/Token.json +1220 -1220
- package/dist/abi/securities/Issues.json +11669 -11615
- package/dist/abi/securities/Products.json +5351 -5351
- package/dist/abi/trades/OrderPool.json +4 -36
- package/dist/abi/trades/PoolFactory.json +416 -544
- package/dist/abi/trades/PostTrade.json +1001 -1061
- package/dist/abi/trades/PreTrade.json +4 -72
- package/dist/abi/trades/SecuritiesRegistry.json +1990 -2358
- package/dist/abi/trades/Security.json +3 -27
- package/dist/abi/trades/Trade.json +2116 -2184
- package/dist/contract/custody/index.js +85 -0
- package/dist/contract/factory/index.js +17 -0
- package/dist/contract/kyc/index.js +11 -0
- package/dist/contract/securitiesregistry/index.js +2 -2
- package/dist/contract/security/index.js +7 -2
- package/dist/contractAddress/index.js +27 -26
- package/dist/index.js +3 -1
- package/package.json +1 -1
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"id": 8306,
|
|
193
193
|
"nodeType": "ImportDirective",
|
|
194
194
|
"scope": 8622,
|
|
195
|
-
"sourceUnit":
|
|
195
|
+
"sourceUnit": 10143,
|
|
196
196
|
"src": "180:42:17",
|
|
197
197
|
"symbolAliases": [],
|
|
198
198
|
"unitAlias": ""
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"id": 8308,
|
|
215
215
|
"nodeType": "ImportDirective",
|
|
216
216
|
"scope": 8622,
|
|
217
|
-
"sourceUnit":
|
|
217
|
+
"sourceUnit": 10032,
|
|
218
218
|
"src": "269:42:17",
|
|
219
219
|
"symbolAliases": [],
|
|
220
220
|
"unitAlias": ""
|
|
@@ -250,10 +250,10 @@
|
|
|
250
250
|
"id": 8311,
|
|
251
251
|
"name": "VerifiedLedger",
|
|
252
252
|
"nodeType": "UserDefinedTypeName",
|
|
253
|
-
"referencedDeclaration":
|
|
253
|
+
"referencedDeclaration": 10031,
|
|
254
254
|
"src": "450:14:17",
|
|
255
255
|
"typeDescriptions": {
|
|
256
|
-
"typeIdentifier": "t_contract$_VerifiedLedger_$
|
|
256
|
+
"typeIdentifier": "t_contract$_VerifiedLedger_$10031",
|
|
257
257
|
"typeString": "contract VerifiedLedger"
|
|
258
258
|
}
|
|
259
259
|
},
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
],
|
|
283
283
|
"contractDependencies": [
|
|
284
284
|
222,
|
|
285
|
-
|
|
285
|
+
10031
|
|
286
286
|
],
|
|
287
287
|
"contractKind": "contract",
|
|
288
288
|
"documentation": null,
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"linearizedBaseContracts": [
|
|
292
292
|
8621,
|
|
293
293
|
222,
|
|
294
|
-
|
|
294
|
+
10031
|
|
295
295
|
],
|
|
296
296
|
"name": "Ledger",
|
|
297
297
|
"nodeType": "ContractDefinition",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"stateVariable": true,
|
|
388
388
|
"storageLocation": "default",
|
|
389
389
|
"typeDescriptions": {
|
|
390
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
390
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
391
391
|
"typeString": "contract VerifiedSystem"
|
|
392
392
|
},
|
|
393
393
|
"typeName": {
|
|
@@ -395,10 +395,10 @@
|
|
|
395
395
|
"id": 8324,
|
|
396
396
|
"name": "VerifiedSystem",
|
|
397
397
|
"nodeType": "UserDefinedTypeName",
|
|
398
|
-
"referencedDeclaration":
|
|
398
|
+
"referencedDeclaration": 10142,
|
|
399
399
|
"src": "600:14:17",
|
|
400
400
|
"typeDescriptions": {
|
|
401
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
401
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
402
402
|
"typeString": "contract VerifiedSystem"
|
|
403
403
|
}
|
|
404
404
|
},
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"referencedDeclaration": 8325,
|
|
626
626
|
"src": "1138:7:17",
|
|
627
627
|
"typeDescriptions": {
|
|
628
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
628
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
629
629
|
"typeString": "contract VerifiedSystem"
|
|
630
630
|
}
|
|
631
631
|
},
|
|
@@ -659,10 +659,10 @@
|
|
|
659
659
|
"name": "VerifiedSystem",
|
|
660
660
|
"nodeType": "Identifier",
|
|
661
661
|
"overloadedDeclarations": [],
|
|
662
|
-
"referencedDeclaration":
|
|
662
|
+
"referencedDeclaration": 10142,
|
|
663
663
|
"src": "1148:14:17",
|
|
664
664
|
"typeDescriptions": {
|
|
665
|
-
"typeIdentifier": "t_type$_t_contract$_VerifiedSystem_$
|
|
665
|
+
"typeIdentifier": "t_type$_t_contract$_VerifiedSystem_$10142_$",
|
|
666
666
|
"typeString": "type(contract VerifiedSystem)"
|
|
667
667
|
}
|
|
668
668
|
},
|
|
@@ -676,13 +676,13 @@
|
|
|
676
676
|
"nodeType": "FunctionCall",
|
|
677
677
|
"src": "1148:22:17",
|
|
678
678
|
"typeDescriptions": {
|
|
679
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
679
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
680
680
|
"typeString": "contract VerifiedSystem"
|
|
681
681
|
}
|
|
682
682
|
},
|
|
683
683
|
"src": "1138:32:17",
|
|
684
684
|
"typeDescriptions": {
|
|
685
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
685
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
686
686
|
"typeString": "contract VerifiedSystem"
|
|
687
687
|
}
|
|
688
688
|
},
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
"name": "msg",
|
|
1224
1224
|
"nodeType": "Identifier",
|
|
1225
1225
|
"overloadedDeclarations": [],
|
|
1226
|
-
"referencedDeclaration":
|
|
1226
|
+
"referencedDeclaration": 11541,
|
|
1227
1227
|
"src": "1604:3:17",
|
|
1228
1228
|
"typeDescriptions": {
|
|
1229
1229
|
"typeIdentifier": "t_magic_message",
|
|
@@ -1262,10 +1262,10 @@
|
|
|
1262
1262
|
"name": "require",
|
|
1263
1263
|
"nodeType": "Identifier",
|
|
1264
1264
|
"overloadedDeclarations": [
|
|
1265
|
-
|
|
1266
|
-
|
|
1265
|
+
11544,
|
|
1266
|
+
11545
|
|
1267
1267
|
],
|
|
1268
|
-
"referencedDeclaration":
|
|
1268
|
+
"referencedDeclaration": 11544,
|
|
1269
1269
|
"src": "1588:7:17",
|
|
1270
1270
|
"typeDescriptions": {
|
|
1271
1271
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
"name": "this",
|
|
1346
1346
|
"nodeType": "Identifier",
|
|
1347
1347
|
"overloadedDeclarations": [],
|
|
1348
|
-
"referencedDeclaration":
|
|
1348
|
+
"referencedDeclaration": 11603,
|
|
1349
1349
|
"src": "1696:4:17",
|
|
1350
1350
|
"typeDescriptions": {
|
|
1351
1351
|
"typeIdentifier": "t_contract$_Ledger_$8621",
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"referencedDeclaration": 8325,
|
|
1405
1405
|
"src": "1662:7:17",
|
|
1406
1406
|
"typeDescriptions": {
|
|
1407
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
1407
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
1408
1408
|
"typeString": "contract VerifiedSystem"
|
|
1409
1409
|
}
|
|
1410
1410
|
},
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
"lValueRequested": false,
|
|
1416
1416
|
"memberName": "getLedgerAccounts",
|
|
1417
1417
|
"nodeType": "MemberAccess",
|
|
1418
|
-
"referencedDeclaration":
|
|
1418
|
+
"referencedDeclaration": 10114,
|
|
1419
1419
|
"src": "1662:25:17",
|
|
1420
1420
|
"typeDescriptions": {
|
|
1421
1421
|
"typeIdentifier": "t_function_external_view$_t_address_$returns$_t_array$_t_address_$dyn_memory_ptr_$",
|
|
@@ -1995,7 +1995,7 @@
|
|
|
1995
1995
|
"scope": 8621,
|
|
1996
1996
|
"src": "1460:487:17",
|
|
1997
1997
|
"stateMutability": "nonpayable",
|
|
1998
|
-
"superFunction":
|
|
1998
|
+
"superFunction": 10015,
|
|
1999
1999
|
"visibility": "external"
|
|
2000
2000
|
},
|
|
2001
2001
|
{
|
|
@@ -2042,7 +2042,7 @@
|
|
|
2042
2042
|
"name": "msg",
|
|
2043
2043
|
"nodeType": "Identifier",
|
|
2044
2044
|
"overloadedDeclarations": [],
|
|
2045
|
-
"referencedDeclaration":
|
|
2045
|
+
"referencedDeclaration": 11541,
|
|
2046
2046
|
"src": "2178:3:17",
|
|
2047
2047
|
"typeDescriptions": {
|
|
2048
2048
|
"typeIdentifier": "t_magic_message",
|
|
@@ -2081,10 +2081,10 @@
|
|
|
2081
2081
|
"name": "require",
|
|
2082
2082
|
"nodeType": "Identifier",
|
|
2083
2083
|
"overloadedDeclarations": [
|
|
2084
|
-
|
|
2085
|
-
|
|
2084
|
+
11544,
|
|
2085
|
+
11545
|
|
2086
2086
|
],
|
|
2087
|
-
"referencedDeclaration":
|
|
2087
|
+
"referencedDeclaration": 11544,
|
|
2088
2088
|
"src": "2162:7:17",
|
|
2089
2089
|
"typeDescriptions": {
|
|
2090
2090
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -2164,7 +2164,7 @@
|
|
|
2164
2164
|
"name": "this",
|
|
2165
2165
|
"nodeType": "Identifier",
|
|
2166
2166
|
"overloadedDeclarations": [],
|
|
2167
|
-
"referencedDeclaration":
|
|
2167
|
+
"referencedDeclaration": 11603,
|
|
2168
2168
|
"src": "2262:4:17",
|
|
2169
2169
|
"typeDescriptions": {
|
|
2170
2170
|
"typeIdentifier": "t_contract$_Ledger_$8621",
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"referencedDeclaration": 8325,
|
|
2224
2224
|
"src": "2228:7:17",
|
|
2225
2225
|
"typeDescriptions": {
|
|
2226
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
2226
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
2227
2227
|
"typeString": "contract VerifiedSystem"
|
|
2228
2228
|
}
|
|
2229
2229
|
},
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
"lValueRequested": false,
|
|
2235
2235
|
"memberName": "getLedgerAccounts",
|
|
2236
2236
|
"nodeType": "MemberAccess",
|
|
2237
|
-
"referencedDeclaration":
|
|
2237
|
+
"referencedDeclaration": 10114,
|
|
2238
2238
|
"src": "2228:25:17",
|
|
2239
2239
|
"typeDescriptions": {
|
|
2240
2240
|
"typeIdentifier": "t_function_external_view$_t_address_$returns$_t_array$_t_address_$dyn_memory_ptr_$",
|
|
@@ -3880,7 +3880,7 @@
|
|
|
3880
3880
|
"scope": 8621,
|
|
3881
3881
|
"src": "2014:1356:17",
|
|
3882
3882
|
"stateMutability": "nonpayable",
|
|
3883
|
-
"superFunction":
|
|
3883
|
+
"superFunction": 10030,
|
|
3884
3884
|
"visibility": "external"
|
|
3885
3885
|
},
|
|
3886
3886
|
{
|
|
@@ -3927,7 +3927,7 @@
|
|
|
3927
3927
|
"name": "msg",
|
|
3928
3928
|
"nodeType": "Identifier",
|
|
3929
3929
|
"overloadedDeclarations": [],
|
|
3930
|
-
"referencedDeclaration":
|
|
3930
|
+
"referencedDeclaration": 11541,
|
|
3931
3931
|
"src": "3624:3:17",
|
|
3932
3932
|
"typeDescriptions": {
|
|
3933
3933
|
"typeIdentifier": "t_magic_message",
|
|
@@ -3966,10 +3966,10 @@
|
|
|
3966
3966
|
"name": "require",
|
|
3967
3967
|
"nodeType": "Identifier",
|
|
3968
3968
|
"overloadedDeclarations": [
|
|
3969
|
-
|
|
3970
|
-
|
|
3969
|
+
11544,
|
|
3970
|
+
11545
|
|
3971
3971
|
],
|
|
3972
|
-
"referencedDeclaration":
|
|
3972
|
+
"referencedDeclaration": 11544,
|
|
3973
3973
|
"src": "3600:7:17",
|
|
3974
3974
|
"typeDescriptions": {
|
|
3975
3975
|
"typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
|
|
@@ -4079,7 +4079,7 @@
|
|
|
4079
4079
|
"referencedDeclaration": 8325,
|
|
4080
4080
|
"src": "3646:7:17",
|
|
4081
4081
|
"typeDescriptions": {
|
|
4082
|
-
"typeIdentifier": "t_contract$_VerifiedSystem_$
|
|
4082
|
+
"typeIdentifier": "t_contract$_VerifiedSystem_$10142",
|
|
4083
4083
|
"typeString": "contract VerifiedSystem"
|
|
4084
4084
|
}
|
|
4085
4085
|
},
|
|
@@ -4090,7 +4090,7 @@
|
|
|
4090
4090
|
"lValueRequested": false,
|
|
4091
4091
|
"memberName": "createAccount",
|
|
4092
4092
|
"nodeType": "MemberAccess",
|
|
4093
|
-
"referencedDeclaration":
|
|
4093
|
+
"referencedDeclaration": 10062,
|
|
4094
4094
|
"src": "3646:21:17",
|
|
4095
4095
|
"typeDescriptions": {
|
|
4096
4096
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_address_$returns$__$",
|
|
@@ -4192,7 +4192,7 @@
|
|
|
4192
4192
|
"scope": 8621,
|
|
4193
4193
|
"src": "3516:215:17",
|
|
4194
4194
|
"stateMutability": "nonpayable",
|
|
4195
|
-
"superFunction":
|
|
4195
|
+
"superFunction": 10022,
|
|
4196
4196
|
"visibility": "external"
|
|
4197
4197
|
}
|
|
4198
4198
|
],
|
|
@@ -4252,7 +4252,7 @@
|
|
|
4252
4252
|
},
|
|
4253
4253
|
{
|
|
4254
4254
|
"attributes": {
|
|
4255
|
-
"SourceUnit":
|
|
4255
|
+
"SourceUnit": 10143,
|
|
4256
4256
|
"absolutePath": "project:/contracts/interfaces/VerifiedSystem.sol",
|
|
4257
4257
|
"file": "../interfaces/VerifiedSystem.sol",
|
|
4258
4258
|
"scope": 8622,
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
},
|
|
4283
4283
|
{
|
|
4284
4284
|
"attributes": {
|
|
4285
|
-
"SourceUnit":
|
|
4285
|
+
"SourceUnit": 10032,
|
|
4286
4286
|
"absolutePath": "project:/contracts/interfaces/VerifiedLedger.sol",
|
|
4287
4287
|
"file": "../interfaces/VerifiedLedger.sol",
|
|
4288
4288
|
"scope": 8622,
|
|
@@ -4329,7 +4329,7 @@
|
|
|
4329
4329
|
"attributes": {
|
|
4330
4330
|
"contractDependencies": [
|
|
4331
4331
|
222,
|
|
4332
|
-
|
|
4332
|
+
10031
|
|
4333
4333
|
],
|
|
4334
4334
|
"contractKind": "contract",
|
|
4335
4335
|
"documentation": null,
|
|
@@ -4337,7 +4337,7 @@
|
|
|
4337
4337
|
"linearizedBaseContracts": [
|
|
4338
4338
|
8621,
|
|
4339
4339
|
222,
|
|
4340
|
-
|
|
4340
|
+
10031
|
|
4341
4341
|
],
|
|
4342
4342
|
"name": "Ledger",
|
|
4343
4343
|
"scope": 8622
|
|
@@ -4352,7 +4352,7 @@
|
|
|
4352
4352
|
"attributes": {
|
|
4353
4353
|
"contractScope": null,
|
|
4354
4354
|
"name": "VerifiedLedger",
|
|
4355
|
-
"referencedDeclaration":
|
|
4355
|
+
"referencedDeclaration": 10031,
|
|
4356
4356
|
"type": "contract VerifiedLedger"
|
|
4357
4357
|
},
|
|
4358
4358
|
"id": 8311,
|
|
@@ -4482,7 +4482,7 @@
|
|
|
4482
4482
|
"attributes": {
|
|
4483
4483
|
"contractScope": null,
|
|
4484
4484
|
"name": "VerifiedSystem",
|
|
4485
|
-
"referencedDeclaration":
|
|
4485
|
+
"referencedDeclaration": 10142,
|
|
4486
4486
|
"type": "contract VerifiedSystem"
|
|
4487
4487
|
},
|
|
4488
4488
|
"id": 8324,
|
|
@@ -4962,7 +4962,7 @@
|
|
|
4962
4962
|
"overloadedDeclarations": [
|
|
4963
4963
|
null
|
|
4964
4964
|
],
|
|
4965
|
-
"referencedDeclaration":
|
|
4965
|
+
"referencedDeclaration": 10142,
|
|
4966
4966
|
"type": "type(contract VerifiedSystem)",
|
|
4967
4967
|
"value": "VerifiedSystem"
|
|
4968
4968
|
},
|
|
@@ -5330,7 +5330,7 @@
|
|
|
5330
5330
|
"name": "getBalance",
|
|
5331
5331
|
"scope": 8621,
|
|
5332
5332
|
"stateMutability": "nonpayable",
|
|
5333
|
-
"superFunction":
|
|
5333
|
+
"superFunction": 10015,
|
|
5334
5334
|
"visibility": "external"
|
|
5335
5335
|
},
|
|
5336
5336
|
"children": [
|
|
@@ -5458,10 +5458,10 @@
|
|
|
5458
5458
|
}
|
|
5459
5459
|
],
|
|
5460
5460
|
"overloadedDeclarations": [
|
|
5461
|
-
|
|
5462
|
-
|
|
5461
|
+
11544,
|
|
5462
|
+
11545
|
|
5463
5463
|
],
|
|
5464
|
-
"referencedDeclaration":
|
|
5464
|
+
"referencedDeclaration": 11544,
|
|
5465
5465
|
"type": "function (bool) pure",
|
|
5466
5466
|
"value": "require"
|
|
5467
5467
|
},
|
|
@@ -5516,7 +5516,7 @@
|
|
|
5516
5516
|
"overloadedDeclarations": [
|
|
5517
5517
|
null
|
|
5518
5518
|
],
|
|
5519
|
-
"referencedDeclaration":
|
|
5519
|
+
"referencedDeclaration": 11541,
|
|
5520
5520
|
"type": "msg",
|
|
5521
5521
|
"value": "msg"
|
|
5522
5522
|
},
|
|
@@ -5616,7 +5616,7 @@
|
|
|
5616
5616
|
"isPure": false,
|
|
5617
5617
|
"lValueRequested": false,
|
|
5618
5618
|
"member_name": "getLedgerAccounts",
|
|
5619
|
-
"referencedDeclaration":
|
|
5619
|
+
"referencedDeclaration": 10114,
|
|
5620
5620
|
"type": "function (address) view external returns (address[] memory)"
|
|
5621
5621
|
},
|
|
5622
5622
|
"children": [
|
|
@@ -5679,7 +5679,7 @@
|
|
|
5679
5679
|
"overloadedDeclarations": [
|
|
5680
5680
|
null
|
|
5681
5681
|
],
|
|
5682
|
-
"referencedDeclaration":
|
|
5682
|
+
"referencedDeclaration": 11603,
|
|
5683
5683
|
"type": "contract Ledger",
|
|
5684
5684
|
"value": "this"
|
|
5685
5685
|
},
|
|
@@ -6213,7 +6213,7 @@
|
|
|
6213
6213
|
"name": "getEntries",
|
|
6214
6214
|
"scope": 8621,
|
|
6215
6215
|
"stateMutability": "nonpayable",
|
|
6216
|
-
"superFunction":
|
|
6216
|
+
"superFunction": 10030,
|
|
6217
6217
|
"visibility": "external"
|
|
6218
6218
|
},
|
|
6219
6219
|
"children": [
|
|
@@ -6324,10 +6324,10 @@
|
|
|
6324
6324
|
}
|
|
6325
6325
|
],
|
|
6326
6326
|
"overloadedDeclarations": [
|
|
6327
|
-
|
|
6328
|
-
|
|
6327
|
+
11544,
|
|
6328
|
+
11545
|
|
6329
6329
|
],
|
|
6330
|
-
"referencedDeclaration":
|
|
6330
|
+
"referencedDeclaration": 11544,
|
|
6331
6331
|
"type": "function (bool) pure",
|
|
6332
6332
|
"value": "require"
|
|
6333
6333
|
},
|
|
@@ -6382,7 +6382,7 @@
|
|
|
6382
6382
|
"overloadedDeclarations": [
|
|
6383
6383
|
null
|
|
6384
6384
|
],
|
|
6385
|
-
"referencedDeclaration":
|
|
6385
|
+
"referencedDeclaration": 11541,
|
|
6386
6386
|
"type": "msg",
|
|
6387
6387
|
"value": "msg"
|
|
6388
6388
|
},
|
|
@@ -6482,7 +6482,7 @@
|
|
|
6482
6482
|
"isPure": false,
|
|
6483
6483
|
"lValueRequested": false,
|
|
6484
6484
|
"member_name": "getLedgerAccounts",
|
|
6485
|
-
"referencedDeclaration":
|
|
6485
|
+
"referencedDeclaration": 10114,
|
|
6486
6486
|
"type": "function (address) view external returns (address[] memory)"
|
|
6487
6487
|
},
|
|
6488
6488
|
"children": [
|
|
@@ -6545,7 +6545,7 @@
|
|
|
6545
6545
|
"overloadedDeclarations": [
|
|
6546
6546
|
null
|
|
6547
6547
|
],
|
|
6548
|
-
"referencedDeclaration":
|
|
6548
|
+
"referencedDeclaration": 11603,
|
|
6549
6549
|
"type": "contract Ledger",
|
|
6550
6550
|
"value": "this"
|
|
6551
6551
|
},
|
|
@@ -8233,7 +8233,7 @@
|
|
|
8233
8233
|
"name": "createAccount",
|
|
8234
8234
|
"scope": 8621,
|
|
8235
8235
|
"stateMutability": "nonpayable",
|
|
8236
|
-
"superFunction":
|
|
8236
|
+
"superFunction": 10022,
|
|
8237
8237
|
"visibility": "external"
|
|
8238
8238
|
},
|
|
8239
8239
|
"children": [
|
|
@@ -8335,10 +8335,10 @@
|
|
|
8335
8335
|
}
|
|
8336
8336
|
],
|
|
8337
8337
|
"overloadedDeclarations": [
|
|
8338
|
-
|
|
8339
|
-
|
|
8338
|
+
11544,
|
|
8339
|
+
11545
|
|
8340
8340
|
],
|
|
8341
|
-
"referencedDeclaration":
|
|
8341
|
+
"referencedDeclaration": 11544,
|
|
8342
8342
|
"type": "function (bool) pure",
|
|
8343
8343
|
"value": "require"
|
|
8344
8344
|
},
|
|
@@ -8393,7 +8393,7 @@
|
|
|
8393
8393
|
"overloadedDeclarations": [
|
|
8394
8394
|
null
|
|
8395
8395
|
],
|
|
8396
|
-
"referencedDeclaration":
|
|
8396
|
+
"referencedDeclaration": 11541,
|
|
8397
8397
|
"type": "msg",
|
|
8398
8398
|
"value": "msg"
|
|
8399
8399
|
},
|
|
@@ -8463,7 +8463,7 @@
|
|
|
8463
8463
|
"isPure": false,
|
|
8464
8464
|
"lValueRequested": false,
|
|
8465
8465
|
"member_name": "createAccount",
|
|
8466
|
-
"referencedDeclaration":
|
|
8466
|
+
"referencedDeclaration": 10062,
|
|
8467
8467
|
"type": "function (bytes32,bytes32,address,address) external"
|
|
8468
8468
|
},
|
|
8469
8469
|
"children": [
|
|
@@ -8580,12 +8580,12 @@
|
|
|
8580
8580
|
"3": {
|
|
8581
8581
|
"events": {},
|
|
8582
8582
|
"links": {},
|
|
8583
|
-
"address": "
|
|
8584
|
-
"transactionHash": "
|
|
8583
|
+
"address": "0xF1B693fDF884eDC7b0038E7717fE5e6a5d76FEc1",
|
|
8584
|
+
"transactionHash": "0x93e1c126fcae9fae590274b78ed7b35ab7b4f49cd7d709ec7019a0573104f43b"
|
|
8585
8585
|
}
|
|
8586
8586
|
},
|
|
8587
8587
|
"schemaVersion": "3.4.3",
|
|
8588
|
-
"updatedAt": "
|
|
8588
|
+
"updatedAt": "2022-01-03T14:42:34.954Z",
|
|
8589
8589
|
"networkType": "ethereum",
|
|
8590
8590
|
"devdoc": {
|
|
8591
8591
|
"methods": {}
|