Type Alias BuyOrder

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

The type representing the order to buy

Type declaration

  • id: string

    the id of the order to buy

  • OptionaltakerFees?: OrderFee[]

    array of order fees to apply to the order

  • OptionalfillAmount?: string

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