UNPKG

@tatumio/tatum-v1

Version:

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

12 lines (11 loc) 243 B
export declare class CreateTronTrc20 { fromPrivateKey?: string; from?: string; signatureId?: string; index?: number; name: string; recipient: string; symbol: string; totalSupply: number; decimals: number; }