UNPKG

@fruitsjs/core

Version:

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

4 lines (3 loc) 199 B
import { ChainService } from '../../../service/chainService'; import { BlockId } from '../../..'; export declare const getBlockId: (service: ChainService) => (height: number) => Promise<BlockId>;