Table of Contents

Class PostSweepActionEvent

Namespace
NArk.Core.Events
Assembly
NArk.Core.dll
public record PostSweepActionEvent : IEquatable<PostSweepActionEvent>
Inheritance
PostSweepActionEvent
Implements
Inherited Members

Constructors

PostSweepActionEvent(ArkCoin, uint256?, ActionState, string?)

public PostSweepActionEvent(ArkCoin ArkCoin, uint256? TransactionId, ActionState State, string? FailReason)

Parameters

ArkCoin ArkCoin
TransactionId uint256
State ActionState
FailReason string

Properties

ArkCoin

public ArkCoin ArkCoin { get; init; }

Property Value

ArkCoin

FailReason

public string? FailReason { get; init; }

Property Value

string

State

public ActionState State { get; init; }

Property Value

ActionState

TransactionId

public uint256? TransactionId { get; init; }

Property Value

uint256