@verified-network/verified-sdk 0.4.6 → 0.4.7
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 +3 -3
- package/dist/abi/accounts/Client.json +1875 -1867
- package/dist/abi/accounts/Holder.json +3 -3
- package/dist/abi/accounts/Kyc.json +3 -3
- package/dist/abi/accounts/Ledger.json +3 -3
- package/dist/abi/accounts/System.json +4 -4
- 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/security/index.js +7 -2
- package/dist/contractAddress/index.js +26 -26
- package/package.json +1 -1
|
@@ -14622,12 +14622,12 @@
|
|
|
14622
14622
|
"3": {
|
|
14623
14623
|
"events": {},
|
|
14624
14624
|
"links": {},
|
|
14625
|
-
"address": "
|
|
14626
|
-
"transactionHash": "
|
|
14625
|
+
"address": "0xE44626F48DA117a788b9E983889d958c53a7168c",
|
|
14626
|
+
"transactionHash": "0x96a69b1607a91a79b3349e08003fdb6ad2ffac494ca69ff0ca6e9f6b1d08cbcd"
|
|
14627
14627
|
}
|
|
14628
14628
|
},
|
|
14629
14629
|
"schemaVersion": "3.4.3",
|
|
14630
|
-
"updatedAt": "2021-12-
|
|
14630
|
+
"updatedAt": "2021-12-23T09:37:50.868Z",
|
|
14631
14631
|
"networkType": "ethereum",
|
|
14632
14632
|
"devdoc": {
|
|
14633
14633
|
"methods": {}
|