UNPKG

@ledgerhq/coin-hedera

Version:
8 lines 336 B
import type { Balance } from "@ledgerhq/coin-module-framework/api/types"; import { type HederaCoinConfig } from "../config"; export declare function getBalance({ config, currencyId, address, }: { config?: HederaCoinConfig; currencyId: string; address: string; }): Promise<Balance[]>; //# sourceMappingURL=getBalance.d.ts.map