UNPKG

@tatumio/tatum-v1

Version:

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

6 lines (5 loc) 151 B
import { DeployErc721 } from './DeployErc721'; export declare class TronDeployTrc721 extends DeployErc721 { from?: string; feeLimit: number; }