UNPKG

@basex-fi/sdk-core

Version:

An SDK for building applications on top of BaseX

9 lines (8 loc) 268 B
import { Currency } from "./currency"; import { NativeCurrency } from "./nativeCurrency"; import { Token } from "./token"; export declare class Ether extends NativeCurrency { constructor(); get wrapped(): Token; equals(other: Currency): boolean; }