UNPKG

@fruitsjs/core

Version:

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

11 lines (9 loc) 128 B
/** * @module core * */ export enum ApiVersion { /** * Currently, the only version. */ V1 = 0, }