UNPKG

@tatumio/tatum-v1

Version:

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

14 lines (13 loc) 383 B
import { Currency } from './Currency'; import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class TransferMultiTokenBatch extends PrivateKeyOrSignatureId { to: string; tokenId: string[]; contractAddress: string; chain: Currency; amounts: string[]; data: string; nonce?: number; fee?: Fee; }