Table of Contents

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

Claimed bool

True when this pass broadcast the claim.

Detail string

Why not, when it did not.

Txid string

The claim transaction, when one was broadcast.

Properties

Claimed

True when this pass broadcast the claim.

public bool Claimed { get; init; }

Property Value

bool

Detail

Why not, when it did not.

public string? Detail { get; init; }

Property Value

string

Txid

The claim transaction, when one was broadcast.

public string? Txid { get; init; }

Property Value

string