@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
10 lines • 388 B
TypeScript
import type { Page, Stake } from "@ledgerhq/coin-module-framework/api/types";
import type { HederaCoinConfig } from "../config";
/**
* Fetch stakes for a given Hedera account.
*/
export declare function getStakes({ configOrCurrencyId, address, }: {
configOrCurrencyId: HederaCoinConfig | string;
address: string;
}): Promise<Page<Stake>>;
//# sourceMappingURL=getStakes.d.ts.map