UNPKG

@tatumio/tatum-v1

Version:

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

6 lines (5 loc) 145 B
import { Fee } from './Fee'; import { MintErc721 } from './MintErc721'; export declare class EthMintErc721 extends MintErc721 { fee?: Fee; }