UNPKG

@ledgerhq/coin-hedera

Version:
11 lines 441 B
import type { Page, Reward } from "@ledgerhq/coin-module-framework/api/types"; import type { HederaCoinConfig } from "../config"; /** * Fetch staking rewards for a given Hedera account. */ export declare function getRewards({ configOrCurrencyId, address, cursor, }: { configOrCurrencyId: HederaCoinConfig | string; address: string; cursor: string | undefined; }): Promise<Page<Reward>>; //# sourceMappingURL=getRewards.d.ts.map