UNPKG

@ledgerhq/coin-hedera

Version:
10 lines 388 B
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