UNPKG

@razorlabs/swap-sdk-core

Version:

🛠 An SDK for building applications on top of RazorDEX.

4 lines • 179 B
import type { NativeCurrency } from './nativeCurrency'; import type { Token } from './token'; export type Currency = NativeCurrency | Token; //# sourceMappingURL=currency.d.ts.map