@verified-network/verified-sdk 1.2.1 → 1.2.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/README.md +10 -15
- package/dist/abi/assetmanager/balancer/MarginIssueManager.json +3 -3
- package/dist/abi/assetmanager/balancer/PrimaryIssueManager.json +14520 -14600
- package/dist/abi/assetmanager/balancer/SecondaryIssueManager.json +3 -3
- package/dist/abi/distribution/Distribution.json +3 -3
- package/dist/abi/liquidity/Liquidity.json +14025 -10169
- package/dist/contractAddress/index.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# The Verified SDK
|
|
2
|
-
The Verified SDK provides access to the
|
|
2
|
+
The Verified SDK provides access to the issuing, trading and servicing of tokenized securities on the Verified Network.
|
|
3
3
|
|
|
4
4
|
# installing using npm
|
|
5
5
|
```npm install @verified-network/verified-sdk```
|
|
@@ -29,25 +29,20 @@ Now you can call a function in clientContract like:
|
|
|
29
29
|
Similarly you can create different Contracts instances available:
|
|
30
30
|
```
|
|
31
31
|
ClientContract,
|
|
32
|
-
KYCContract,
|
|
33
|
-
SystemContract,
|
|
34
|
-
HolderContract,
|
|
35
|
-
LedgerContract,
|
|
36
|
-
AccountContract,
|
|
37
32
|
BondContract,
|
|
38
33
|
CashContract,
|
|
39
34
|
TokenContract,
|
|
40
35
|
FactoryContract,
|
|
41
|
-
|
|
42
|
-
PoolFactoryContract,
|
|
43
|
-
PostTradeContract,
|
|
44
|
-
PreTradeContract,
|
|
36
|
+
RatesContract,
|
|
45
37
|
SecurityContract,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
38
|
+
SecuritiesFactory,
|
|
39
|
+
PoolContract,
|
|
40
|
+
PrimaryIssueManager,
|
|
41
|
+
SecondaryIssueManager,
|
|
42
|
+
MarginIssueManager,
|
|
43
|
+
CustodyContract,
|
|
44
|
+
LiquidityContract,
|
|
45
|
+
DistributionContract
|
|
51
46
|
```
|
|
52
47
|
|
|
53
48
|
# VerifiedContract
|
|
@@ -32419,12 +32419,12 @@
|
|
|
32419
32419
|
"5": {
|
|
32420
32420
|
"events": {},
|
|
32421
32421
|
"links": {},
|
|
32422
|
-
"address": "
|
|
32423
|
-
"transactionHash": "
|
|
32422
|
+
"address": "0x1043Fd279F08f816e573FCF82e2618CCD3E3e8A5",
|
|
32423
|
+
"transactionHash": "0xd1c5514dd7b50ed41ffa7099beb671c6fcaf09a25dd42621136d0a037aa13ac0"
|
|
32424
32424
|
}
|
|
32425
32425
|
},
|
|
32426
32426
|
"schemaVersion": "3.4.3",
|
|
32427
|
-
"updatedAt": "2023-06-
|
|
32427
|
+
"updatedAt": "2023-06-21T11:13:38.917Z",
|
|
32428
32428
|
"networkType": "ethereum",
|
|
32429
32429
|
"devdoc": {
|
|
32430
32430
|
"kind": "dev",
|