UNPKG

js-moi-utils

Version:

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

9 lines (8 loc) 147 B
/** * Enumerates the standard of assets in the system. * MAS is moi asset standard. */ export enum AssetStandard { MAS0 = 0, MAS1 = 1 }