UNPKG

@fruitsjs/core

Version:

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

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