UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

6 lines (5 loc) 164 B
import { Currency } from './Currency'; import { MintErc20 } from './MintErc20'; export declare class MintCeloErc20 extends MintErc20 { feeCurrency: Currency; }