Table of Contents

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

SwapId string

The swap.

From ArkadeSwapIntentStatus

What we thought.

To ArkadeSwapIntentStatus

What it actually is.

Properties

From

What we thought.

public ArkadeSwapIntentStatus From { get; init; }

Property Value

ArkadeSwapIntentStatus

SwapId

The swap.

public string SwapId { get; init; }

Property Value

string

To

What it actually is.

public ArkadeSwapIntentStatus To { get; init; }

Property Value

ArkadeSwapIntentStatus