UNPKG

@fruitsjs/core

Version:

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

7 lines (6 loc) 155 B
export interface GetAccountBlocksArgs { accountId: string; firstIndex?: number; lastIndex?: number; includeTransactions?: boolean; }