UNPKG

@fruitsjs/core

Version:

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

11 lines (10 loc) 262 B
export interface GetAccountTransactionsArgs { accountId: string; timestamp?: string; firstIndex?: number; includeIndirect?: boolean; lastIndex?: number; numberOfConfirmations?: number; subtype?: number; type?: number; }