Table of Contents

Class ArkadeCashUnclaimedVtxo

Namespace
NArk.Core.Services
Assembly
NArk.Core.dll

One VTXO at an ArkadeCash address that the claim reported instead of sweeping.

public record ArkadeCashUnclaimedVtxo : IEquatable<ArkadeCashUnclaimedVtxo>
Inheritance
ArkadeCashUnclaimedVtxo
Implements
Inherited Members

Constructors

ArkadeCashUnclaimedVtxo(OutPoint, ulong, ArkadeCashUnclaimedReason)

One VTXO at an ArkadeCash address that the claim reported instead of sweeping.

public ArkadeCashUnclaimedVtxo(OutPoint Outpoint, ulong Amount, ArkadeCashUnclaimedReason Reason)

Parameters

Outpoint OutPoint

The VTXO's outpoint.

Amount ulong

Its value in satoshis.

Reason ArkadeCashUnclaimedReason

Why it was left behind.

Properties

Amount

Its value in satoshis.

public ulong Amount { get; init; }

Property Value

ulong

Outpoint

The VTXO's outpoint.

public OutPoint Outpoint { get; init; }

Property Value

OutPoint

Reason

Why it was left behind.

public ArkadeCashUnclaimedReason Reason { get; init; }

Property Value

ArkadeCashUnclaimedReason