@ocap/client 1.16.6 → 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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
4
4
  [![docs](https://img.shields.io/badge/powered%20by-arcblock-green.svg)](https://docs.arcblock.io)
5
- [![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](https://gitter.im/ArcBlock/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
5
+ [![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](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>;