UNPKG

@ledgerhq/coin-tron

Version:
4 lines 261 B
import type { Block, BlockInfo } from "@ledgerhq/coin-module-framework/api/index"; export declare function getBlockInfo(height: number): Promise<BlockInfo>; export declare function getBlock(height: number): Promise<Block>; //# sourceMappingURL=getBlock.d.ts.map