UNPKG

@tatumio/tatum-v1

Version:

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

13 lines (12 loc) 361 B
import { Currency } from './Currency'; import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class ApproveErc20 extends PrivateKeyOrSignatureId { contractAddress: string; chain: Currency; spender: string; amount: string; feeCurrency?: Currency; fee?: Fee; nonce?: number; }