@ocap/sdk 1.22.3 → 1.23.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/index.d.ts +6 -0
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -811,6 +811,12 @@ declare interface OcapSDK {
|
|
|
811
811
|
multiSignConsumeAssetTx(
|
|
812
812
|
param: GraphQLClient.TxParam<PartialDeep<GraphQLClient.ConsumeAssetTx>>
|
|
813
813
|
): Promise<GraphQLClient.Transaction>;
|
|
814
|
+
multiSignMintTokenTx(
|
|
815
|
+
param: GraphQLClient.TxParam<PartialDeep<GraphQLClient.MintTokenTx>>
|
|
816
|
+
): Promise<GraphQLClient.Transaction>;
|
|
817
|
+
multiSignBurnTokenTx(
|
|
818
|
+
param: GraphQLClient.TxParam<PartialDeep<GraphQLClient.BurnTokenTx>>
|
|
819
|
+
): Promise<GraphQLClient.Transaction>;
|
|
814
820
|
getAccountState(
|
|
815
821
|
params: PartialDeep<GraphQLClient.GetAccountStateParams>
|
|
816
822
|
): Promise<GraphQLClient.ResponseGetAccountState>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/sdk",
|
|
3
3
|
"description": "Forge javascript SDK packages all-in-one",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.23.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"debug": "^4.3.6",
|
|
23
23
|
"react-app-polyfill": "^1.0.6",
|
|
24
24
|
"readable-stream": "3.6.0",
|
|
25
|
-
"@arcblock/did-util": "1.
|
|
26
|
-
"@ocap/client": "1.
|
|
27
|
-
"@ocap/message": "1.
|
|
28
|
-
"@ocap/util": "1.
|
|
29
|
-
"@ocap/wallet": "1.
|
|
25
|
+
"@arcblock/did-util": "1.23.0",
|
|
26
|
+
"@ocap/client": "1.23.0",
|
|
27
|
+
"@ocap/message": "1.23.0",
|
|
28
|
+
"@ocap/util": "1.23.0",
|
|
29
|
+
"@ocap/wallet": "1.23.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"inspectpack": "^4.7.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"webpack": "^5.94.0",
|
|
40
40
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
41
41
|
"webpack-cli": "^5.1.4",
|
|
42
|
-
"@ocap/e2e-test": "1.
|
|
42
|
+
"@ocap/e2e-test": "1.23.0"
|
|
43
43
|
},
|
|
44
44
|
"remarkConfig": {
|
|
45
45
|
"plugins": [
|