Type alias XtxStrategy

XtxStrategy: {
    minInsuranceAmountUsd?: number;
    minInsuranceShare?: number;
}

Type used for describing XTX strategies When an XTX is created, the XTX strategy will be evaluated. If the XTX fails the evaluation, the XTX will be rejected, preventing any bids to be submitted

Type declaration

  • Optional minInsuranceAmountUsd?: number
  • Optional minInsuranceShare?: number

Generated using TypeDoc