UNPKG

@ledgerhq/coin-hedera

Version:
4 lines 281 B
import type { Balance } from "@ledgerhq/coin-module-framework/api/types"; import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; export declare function getBalance(currency: CryptoCurrency, address: string): Promise<Balance[]>; //# sourceMappingURL=getBalance.d.ts.map