Interface PrepareBulkListingsParams

Hierarchy

  • PrepareBulkListingsParams

Properties

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

Type declaration

Generated using TypeDoc