@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
7 lines • 370 B
TypeScript
import type { Cursor, Page, Validator } from "@ledgerhq/coin-module-framework/api/types";
import type { HederaCoinConfig } from "../config";
export declare function getValidators({ configOrCurrencyId, cursor, }: {
configOrCurrencyId: HederaCoinConfig | string;
cursor: Cursor | undefined;
}): Promise<Page<Validator>>;
//# sourceMappingURL=getValidators.d.ts.map