Interface PrepareBulkListingsParams

Hierarchy

  • PrepareBulkListingsParams

Properties

makerAddress: string
listingParams: {
    sell: orderbook.ERC1155Item | orderbook.ERC721Item;
    buy: orderbook.ERC20Item | orderbook.NativeItem;
    makerFees: orderbook.FeeValue[];
    orderExpiry?: Date;
}[]

Type declaration

Generated using TypeDoc