UNPKG

@ledgerhq/coin-hedera

Version:
7 lines 325 B
import type { Block } from "@ledgerhq/coin-module-framework/api/types"; import type { HederaCoinConfig } from "../config"; export declare function getBlockV2({ configOrCurrencyId, height, }: { configOrCurrencyId: HederaCoinConfig | string; height: number; }): Promise<Block>; //# sourceMappingURL=getBlock.v2.d.ts.map