UNPKG

@ledgerhq/coin-hedera

Version:
3 lines 215 B
import type { Cursor, Page, Validator } from "@ledgerhq/coin-module-framework/api/types"; export declare function getValidators(cursor?: Cursor): Promise<Page<Validator>>; //# sourceMappingURL=getValidators.d.ts.map