@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
8 lines • 336 B
TypeScript
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