UNPKG

@fruitsjs/core

Version:

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

5 lines (4 loc) 294 B
import { ChainService } from '../../../service'; import { GetAccountBlocksArgs } from '../../../typings/args'; import { BlockList } from '../../../typings/blockList'; export declare const getLatestAccountBlock: (service: ChainService) => (args: GetAccountBlocksArgs) => Promise<BlockList>;