Class OnchainIntentsClient.OnchainClaimOutcome
- Namespace
- NArk.ArkadeIntents.Onchain
- Assembly
- NArk.ArkadeIntents.dll
What a pass over an off-board's L1 leg found.
public sealed record OnchainIntentsClient.OnchainClaimOutcome : IEquatable<OnchainIntentsClient.OnchainClaimOutcome>
- Inheritance
-
OnchainIntentsClient.OnchainClaimOutcome
- Implements
- Inherited Members
Constructors
OnchainClaimOutcome(bool, string?, string?)
What a pass over an off-board's L1 leg found.
public OnchainClaimOutcome(bool Claimed, string? Detail = null, string? Txid = null)
Parameters
ClaimedboolTrue when this pass broadcast the claim.
DetailstringWhy not, when it did not.
TxidstringThe claim transaction, when one was broadcast.
Properties
Claimed
True when this pass broadcast the claim.
public bool Claimed { get; init; }
Property Value
Detail
Why not, when it did not.
public string? Detail { get; init; }
Property Value
Txid
The claim transaction, when one was broadcast.
public string? Txid { get; init; }