Type Alias PrepareFillRequest

PrepareFillRequest: {
    fillOrderWithNativeTokenInsteadOfWrappedToken?: boolean;
    takerAddress: UserAddress;
}

Type declaration

  • OptionalfillOrderWithNativeTokenInsteadOfWrappedToken?: boolean

    Only used for sell order. If true, the order will be filled with ETH instead of WETH
    e.g. If taker asset is WETH, allows order to be filled with ETH

  • takerAddress: UserAddress

    The address of the taker for that order