Class ComposedSwapOptions
- Namespace
- NArk.ArkadeIntents.Composition
- Assembly
- NArk.ArkadeIntents.dll
Dynamic timing policy for independently quoted route legs.
public sealed record ComposedSwapOptions : IEquatable<ComposedSwapOptions>
- Inheritance
-
ComposedSwapOptions
- Implements
- Inherited Members
Properties
MinimumCheckoutWindowSeconds
Smallest checkout window accepted after both quotes exist.
public int MinimumCheckoutWindowSeconds { get; init; }
Property Value
OutgoingFundingSafetySeconds
Time reserved after checkout expiry to get L observed by the outgoing solver.
public int OutgoingFundingSafetySeconds { get; init; }