Type alias BuildPlaceOrderSigningPayloadArgs
BuildPlaceOrderSigningPayloadArgs: CommonRequired & CommonOverrides & { comparison: -1 | 1; delta: bigint; interfaceFee?: { amount: bigint; fixedFee: boolean; receiver: Address; unwrap: boolean; }; market: Address | SupportedMarket; maxExecutionFee: bigint; maxRelayFee: bigint; orderId?: bigint; price: bigint; referrer?: Address; side: 4 | 5 | 6; } Type declaration
comparison: -1 | 1
delta: bigint
Optional interfaceFee?: {
amount: bigint;
fixedFee: boolean;
receiver: Address;
unwrap: boolean;
}
amount: bigint
fixedFee: boolean
unwrap: boolean
maxExecutionFee: bigint
maxRelayFee: bigint
Optional orderId?: bigint
price: bigint
Optional referrer?: Address
side: 4 | 5 | 6