asset-s: Require RfqtRequestOpts.intentOnFilling

Addresses review comment https://github.com/0xProject/0x-monorepo/pull/2555#discussion_r411083497
This commit is contained in:
F. Eugene Aumson
2020-04-20 22:26:17 -04:00
parent 8875f924b0
commit 245b6da577

View File

@@ -190,7 +190,7 @@ export interface SwapQuoteOrdersBreakdown {
export interface RfqtRequestOpts {
takerAddress: string;
apiKey: string;
intentOnFilling?: boolean;
intentOnFilling: boolean;
makerEndpointMaxResponseTimeMs?: number;
}