@near-eth/client
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -95,3 +95,4 @@ "use strict"; | ||
const type = getTransferType(transfer); | ||
// @ts-expect-error | ||
// not needed with structNullChecks false: @ts-expect-error | ||
// to be improved | ||
let localized = type.i18n[locale]; | ||
@@ -104,3 +105,4 @@ if (localized === undefined) { | ||
} | ||
// @ts-expect-error | ||
// not needed with structNullChecks false: @ts-expect-error | ||
// to be improved | ||
localized = type.i18n[fallback]; | ||
@@ -107,0 +109,0 @@ } |
@@ -93,2 +93,2 @@ import { ConnectedWalletAccount, WalletConnection } from 'near-api-js'; | ||
export declare function nearAuthedAgainst(contract: string): Promise<boolean>; | ||
export declare function formatLargeNum(n: any, decimals?: number): Decimal; | ||
export declare function formatLargeNum(n: string, decimals?: number): Decimal; |
{ | ||
"name": "@near-eth/client", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"license": "(MIT AND Apache-2.0)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50911
705