UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

4 lines (3 loc) 245 B
import { ChainService } from '../../../service/chainService'; import { Block } from '../../../typings/block'; export declare const getBlockByHeight: (service: ChainService) => (height: number, includeTransactions: boolean) => Promise<Block>;