@firmachain/firma-js 0.2.50 → 0.2.51

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.
@@ -17,7 +17,7 @@ export declare class TokenService {
17
17
  mint(wallet: FirmaWalletService, tokenID: string, amount: number, decimal: number, toAddress: string, txMisc?: TxMisc): Promise<BroadcastTxResponse>;
18
18
  burn(wallet: FirmaWalletService, tokenID: string, amount: number, decimal: number, txMisc?: TxMisc): Promise<BroadcastTxResponse>;
19
19
  updateTokenURI(wallet: FirmaWalletService, tokenID: string, tokenURI: string, txMisc?: TxMisc): Promise<BroadcastTxResponse>;
20
- getGetTokenDataAll(paginationKey?: string): Promise<{
20
+ getTokenDataAll(paginationKey?: string): Promise<{
21
21
  dataList: TokenDataType[];
22
22
  pagination: Pagination;
23
23
  }>;
@@ -349,7 +349,7 @@ var TokenService = /** @class */ (function () {
349
349
  });
350
350
  };
351
351
  // query
352
- TokenService.prototype.getGetTokenDataAll = function (paginationKey) {
352
+ TokenService.prototype.getTokenDataAll = function (paginationKey) {
353
353
  if (paginationKey === void 0) { paginationKey = ""; }
354
354
  return __awaiter(this, void 0, void 0, function () {
355
355
  var queryClient, error_13;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firmachain/firma-js",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
4
4
  "description": "The Official FirmaChain Javascript SDK written in Typescript",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",