@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
7 lines • 325 B
TypeScript
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