UNPKG

@fruitsjs/core

Version:

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

9 lines (8 loc) 282 B
export interface Balance { readonly unconfirmedBalanceNQT: string; readonly guaranteedBalanceNQT: string; readonly effectiveBalanceNXT: string; readonly forgedBalanceNQT: string; readonly balanceNQT: string; readonly requestProcessingTime: number; }