UNPKG

@tatumio/tatum-v1

Version:

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

6 lines (5 loc) 190 B
import { Currency } from './Currency'; import { EthMintErc721 } from './EthMintErc721'; export declare class CeloMintErc721 extends EthMintErc721 { feeCurrency?: Currency | undefined; }