UNPKG

@tatumio/tatum-v1

Version:

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

10 lines (9 loc) 265 B
import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class MintErc20 extends PrivateKeyOrSignatureId { to: string; amount: string; contractAddress: string; nonce?: number; fee?: Fee; }