UNPKG

js-moi-utils

Version:

Collection of utility functions used in js-moi-sdk.

9 lines 190 B
/** * Enumerates the standard of assets in the system. * MAS is moi asset standard. */ export declare enum AssetStandard { MAS0 = 0, MAS1 = 1 } //# sourceMappingURL=asset.d.ts.map