UNPKG

@tatumio/tatum-v1

Version:

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

15 lines (14 loc) 361 B
import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class DeployErc20 extends PrivateKeyOrSignatureId { name: string; symbol: string; address: string; supply: string; totalCap?: string; digits: number; nonce?: number; fee?: Fee; url?: string; from?: string; }