UNPKG

@tatumio/tatum-v1

Version:

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

15 lines (14 loc) 432 B
import { Currency } from './Currency'; import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class InvokeMarketplaceListingOperation extends PrivateKeyOrSignatureId { contractAddress: string; chain: Currency; listingId: string; buyer?: string; erc20Address?: string; amount?: string; nonce?: number; fee?: Fee; feeCurrency?: Currency; }