Interface PrepareBulkListingsResponse

interface PrepareBulkListingsResponse {
    actions: Action[];
    completeListings(signatures: string[]): Promise<BulkListingsResult>;
    completeListings(signature: string): Promise<BulkListingsResult>;
}

Properties

Methods

Properties

actions: Action[]

Methods