UNPKG

@tatumio/tatum-v1

Version:

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

14 lines (13 loc) 370 B
import { Currency } from './Currency'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class DeployErc721 extends PrivateKeyOrSignatureId { name: string; chain: Currency; symbol: string; nonce?: number; provenance?: boolean; cashback?: boolean; url?: string; from?: string; publicMint?: boolean; }