@verified-network/verified-sdk 0.4.7 → 0.5.1
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/README.md +1 -1
- package/dist/abi/accounts/Account.json +1657 -1657
- package/dist/abi/accounts/Client.json +6337 -5458
- package/dist/abi/accounts/Holder.json +1777 -1777
- package/dist/abi/accounts/Kyc.json +12833 -7944
- package/dist/abi/accounts/Ledger.json +1037 -1037
- package/dist/abi/accounts/System.json +2942 -2942
- package/dist/abi/custody/Vault.json +20567 -0
- package/dist/abi/securities/Issues.json +3 -3
- package/dist/abi/securities/Products.json +3 -3
- package/dist/abi/trades/OrderPool.json +4362 -4362
- package/dist/abi/trades/PoolFactory.json +676 -676
- package/dist/abi/trades/PostTrade.json +365 -365
- package/dist/abi/trades/PreTrade.json +7451 -5357
- package/dist/abi/trades/SecuritiesRegistry.json +6107 -5263
- package/dist/abi/trades/Security.json +927 -927
- package/dist/abi/trades/Trade.json +3761 -3761
- package/dist/contract/client/index.js +3 -2
- 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/contractAddress/index.js +16 -15
- package/dist/index.js +3 -1
- package/package.json +1 -1
|
@@ -63987,12 +63987,12 @@
|
|
|
63987
63987
|
"3": {
|
|
63988
63988
|
"events": {},
|
|
63989
63989
|
"links": {},
|
|
63990
|
-
"address": "
|
|
63991
|
-
"transactionHash": "
|
|
63990
|
+
"address": "0xb1f3891D8BC3195716D3D551eB5BABDD4d070352",
|
|
63991
|
+
"transactionHash": "0x07433b2787339a98f053a5c01737475d8deb77ac8ab0aa61968d9ee7f18e2366"
|
|
63992
63992
|
}
|
|
63993
63993
|
},
|
|
63994
63994
|
"schemaVersion": "3.4.3",
|
|
63995
|
-
"updatedAt": "
|
|
63995
|
+
"updatedAt": "2022-01-15T14:36:29.278Z",
|
|
63996
63996
|
"networkType": "ethereum",
|
|
63997
63997
|
"devdoc": {
|
|
63998
63998
|
"methods": {}
|
|
@@ -29535,12 +29535,12 @@
|
|
|
29535
29535
|
"3": {
|
|
29536
29536
|
"events": {},
|
|
29537
29537
|
"links": {},
|
|
29538
|
-
"address": "
|
|
29539
|
-
"transactionHash": "
|
|
29538
|
+
"address": "0x454FAFBA1430bADaaE6f8894aA459145Ae19F479",
|
|
29539
|
+
"transactionHash": "0x26f203491232e67c8116cf1ff9b2d488ac7822c7098307d8fd90de8028a9ce8e"
|
|
29540
29540
|
}
|
|
29541
29541
|
},
|
|
29542
29542
|
"schemaVersion": "3.4.3",
|
|
29543
|
-
"updatedAt": "
|
|
29543
|
+
"updatedAt": "2022-01-15T14:36:29.341Z",
|
|
29544
29544
|
"networkType": "ethereum",
|
|
29545
29545
|
"devdoc": {
|
|
29546
29546
|
"methods": {}
|