UNPKG

@tatumio/tatum-v1

Version:

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

6 lines (5 loc) 200 B
import { Currency } from './Currency'; import { MintMultipleErc721 } from './MintMultipleErc721'; export declare class CeloMintMultipleErc721 extends MintMultipleErc721 { feeCurrency: Currency; }