SellOrder: {
    sellToken: checkout.SellToken;
    buyToken: checkout.BuyToken;
    makerFees?: checkout.OrderFee[];
    orderExpiry?: Date;
}

The type representing the sell order to create a listing from

Type declaration

  • sellToken: checkout.SellToken

    the token to be listed for sale

  • buyToken: checkout.BuyToken

    the token info of the price of the item

  • Optional makerFees?: checkout.OrderFee[]

    optional array of makerFees to be applied to the listing

  • Optional orderExpiry?: Date

    optional order expiry date. Default order expiry to 2 years from now

Generated using TypeDoc