@ocap/sdk 1.13.40 → 1.13.45
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 +5 -3
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -1438,7 +1438,6 @@ declare namespace GraphQLClient {
|
|
|
1438
1438
|
txs: Array<null>;
|
|
1439
1439
|
proposer: string;
|
|
1440
1440
|
signatures: Array<null>;
|
|
1441
|
-
checkpoint: string;
|
|
1442
1441
|
rollup: string;
|
|
1443
1442
|
data: GraphQLClient.Any;
|
|
1444
1443
|
}
|
|
@@ -1743,7 +1742,6 @@ declare namespace GraphQLClient {
|
|
|
1743
1742
|
txs: Array<null>;
|
|
1744
1743
|
proposer: string;
|
|
1745
1744
|
signatures: Array<null>;
|
|
1746
|
-
checkpoint: string;
|
|
1747
1745
|
genesisTime: string;
|
|
1748
1746
|
renaissanceTime: string;
|
|
1749
1747
|
rollup: string;
|
|
@@ -1782,6 +1780,8 @@ declare namespace GraphQLClient {
|
|
|
1782
1780
|
blockHeight: number;
|
|
1783
1781
|
blockHash: string;
|
|
1784
1782
|
minBlockConfirmation: number;
|
|
1783
|
+
totalDepositAmount: string;
|
|
1784
|
+
totalWithdrawAmount: string;
|
|
1785
1785
|
data: GraphQLClient.Any;
|
|
1786
1786
|
}
|
|
1787
1787
|
|
|
@@ -2182,7 +2182,6 @@ declare namespace GraphQLClient {
|
|
|
2182
2182
|
txs: Array<null>;
|
|
2183
2183
|
proposer: string;
|
|
2184
2184
|
signatures: Array<null>;
|
|
2185
|
-
checkpoint: string;
|
|
2186
2185
|
rollup: string;
|
|
2187
2186
|
blockReward: string;
|
|
2188
2187
|
mintedAmount: string;
|
|
@@ -2217,6 +2216,8 @@ declare namespace GraphQLClient {
|
|
|
2217
2216
|
blockHeight: number;
|
|
2218
2217
|
blockHash: string;
|
|
2219
2218
|
tokenInfo: GraphQLClient.IndexedTokenInput;
|
|
2219
|
+
totalDepositAmount: string;
|
|
2220
|
+
totalWithdrawAmount: string;
|
|
2220
2221
|
context: GraphQLClient.StateContext;
|
|
2221
2222
|
data: GraphQLClient.Any;
|
|
2222
2223
|
}
|
|
@@ -2629,6 +2630,7 @@ declare namespace GraphQLClient {
|
|
|
2629
2630
|
assetFilter: undefined;
|
|
2630
2631
|
accountFilter: undefined;
|
|
2631
2632
|
txFilter: undefined;
|
|
2633
|
+
rollupFilter: undefined;
|
|
2632
2634
|
}
|
|
2633
2635
|
|
|
2634
2636
|
export interface ListTokensParams {
|
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.13.
|
|
4
|
+
"version": "1.13.45",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@arcblock/did-util": "1.13.
|
|
19
|
-
"@ocap/client": "1.13.
|
|
20
|
-
"@ocap/message": "1.13.
|
|
21
|
-
"@ocap/util": "1.13.
|
|
22
|
-
"@ocap/wallet": "1.13.
|
|
18
|
+
"@arcblock/did-util": "1.13.45",
|
|
19
|
+
"@ocap/client": "1.13.45",
|
|
20
|
+
"@ocap/message": "1.13.45",
|
|
21
|
+
"@ocap/util": "1.13.45",
|
|
22
|
+
"@ocap/wallet": "1.13.45",
|
|
23
23
|
"debug": "^4.3.2",
|
|
24
24
|
"react-app-polyfill": "^1.0.1"
|
|
25
25
|
},
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"test": "node tools/jest.js",
|
|
79
79
|
"coverage": "yarn test -- --coverage"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "36bd0bfdf2381ecdb4a5cc38c555428328820a99"
|
|
82
82
|
}
|