import { BlockInfo } from "@ledgerhq/coin-framework/api/types"; /** * Get block info for a specific height * @param height - The block height (round number) * @returns Block info with height, hash, and time */ export declare function getBlockInfo(height: number): Promise; //# sourceMappingURL=getBlockInfo.d.ts.map