UNPKG

@tatumio/tatum-v1

Version:

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

6 lines (5 loc) 161 B
import { BurnMultiToken } from './BurnMultiToken'; import { Fee } from './Fee'; export declare class EthBurnMultiToken extends BurnMultiToken { fee?: Fee; }