Class ArkadeIntentReconciled
- Namespace
- NArk.ArkadeIntents.Services
- Assembly
- NArk.ArkadeIntents.dll
One swap whose recorded status was behind what the chain says.
public sealed record ArkadeIntentReconciled : IEquatable<ArkadeIntentReconciled>
- Inheritance
-
ArkadeIntentReconciled
- Implements
- Inherited Members
Constructors
ArkadeIntentReconciled(string, ArkadeSwapIntentStatus, ArkadeSwapIntentStatus)
One swap whose recorded status was behind what the chain says.
public ArkadeIntentReconciled(string SwapId, ArkadeSwapIntentStatus From, ArkadeSwapIntentStatus To)
Parameters
SwapIdstringThe swap.
FromArkadeSwapIntentStatusWhat we thought.
ToArkadeSwapIntentStatusWhat it actually is.
Properties
From
What we thought.
public ArkadeSwapIntentStatus From { get; init; }
Property Value
SwapId
The swap.
public string SwapId { get; init; }
Property Value
To
What it actually is.
public ArkadeSwapIntentStatus To { get; init; }