BuyOrder: {
    id: string;
    takerFees?: checkout.OrderFee[];
    fillAmount?: string;
}

The type representing the order to buy

Type declaration

  • id: string

    the id of the order to buy

  • Optional takerFees?: checkout.OrderFee[]

    array of order fees to apply to the order

  • Optional fillAmount?: string

    The amount of the order to fill - only applies to ERC1155 orders

Generated using TypeDoc