UNPKG

@vutien/sdk-core

Version:

🛠 An CORE SDK for building DMM SDK ver 1 + 2

9 lines (8 loc) • 264 B
import { BaseCurrency } from './baseCurrency'; /** * Represents the native currency of the chain on which it resides, e.g. */ export declare abstract class NativeCurrency extends BaseCurrency { readonly isNative: true; readonly isToken: false; }