UNPKG

@tatumio/tatum-v1

Version:

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

14 lines (13 loc) 395 B
import { Currency } from './Currency'; import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class TransferCeloOrCeloErc20Token extends PrivateKeyOrSignatureId { to: string; amount: string; data?: string; currency?: Currency; contractAddress?: string; feeCurrency: Currency; nonce?: number; fee?: Fee; }