UNPKG

o3-dapi-ont

Version:
12 lines 339 B
interface GetBlockTxsByHeightInput { height: number; network: string; } interface BlockWithTxList { Hash: string; Height: number; Transactions: string[]; } export declare function getBlockTxsByHeight(data: GetBlockTxsByHeightInput): Promise<BlockWithTxList>; export {}; //# sourceMappingURL=getBlockTxsByHeight.d.ts.map