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 { BurnErc721 } from './BurnErc721'; import { Fee } from './Fee'; export declare class EthBurnErc721 extends BurnErc721 { fee?: Fee; }