@fruitsjs/core
Version:
Principal package with functions and models for building Fruits Eco-Blockchain applications.
5 lines (4 loc) • 331 B
TypeScript
import { ChainService } from '../../../service/chainService';
import { BlockIdList } from '../../../typings/blockIdList';
import { GetAccountBlocksArgs } from '../../../typings/args/getAccountBlocksArgs';
export declare const getAccountBlockIds: (service: ChainService) => (args: GetAccountBlocksArgs) => Promise<BlockIdList>;