UNPKG

@tatumio/tatum-v1

Version:

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

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