UNPKG

@fruitsjs/core

Version:

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

7 lines (6 loc) 178 B
export interface GetAccountArgs { accountId: string; commitmentAtHeight?: number; includeCommittedAmount?: boolean; includeEstimatedCommitment?: boolean; }