@ocap/client 1.16.8 → 1.16.9
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/browser.d.ts +1 -0
- package/dist/report.html +2 -2
- package/docs/README.md +560 -560
- package/lib/node.d.ts +1 -0
- package/package.json +18 -17
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/prettier/prettier)
|
|
4
4
|
[](https://docs.arcblock.io)
|
|
5
|
-
[](https://gitter.im/ArcBlock/community?utm_source=badge
|
|
5
|
+
[](https://gitter.im/ArcBlock/community?utm_source=badge\&utm_medium=badge\&utm_campaign=pr-badge)
|
|
6
6
|
|
|
7
7
|
Client library to connect your app with forge powered blockchain node, all requests are sent over http/https, can be used in both Node.js and browser environment.
|
|
8
8
|
|
package/dist/browser.d.ts
CHANGED
|
@@ -253,6 +253,7 @@ declare class GraphQLClient {
|
|
|
253
253
|
multiSignMigrateRollupTokenTx(
|
|
254
254
|
param: GraphQLClient.TxParam<GraphQLClient.MigrateRollupTokenTx>
|
|
255
255
|
): Promise<GraphQLClient.Transaction>;
|
|
256
|
+
multiSignCreateAssetTx(param: GraphQLClient.TxParam<GraphQLClient.CreateAssetTx>): Promise<GraphQLClient.Transaction>;
|
|
256
257
|
getAccountState(
|
|
257
258
|
params: GraphQLClient.GetAccountStateParams
|
|
258
259
|
): GraphQLClient.QueryResult<GraphQLClient.ResponseGetAccountState>;
|