Class PostSweepActionEvent
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
ArkCoinArkCoinTransactionIduint256StateActionStateFailReasonstring
Properties
ArkCoin
public ArkCoin ArkCoin { get; init; }
Property Value
FailReason
public string? FailReason { get; init; }
Property Value
State
public ActionState State { get; init; }
Property Value
TransactionId
public uint256? TransactionId { get; init; }
Property Value
- uint256