Table of Contents

Class QuotedDelayRejectedException

Namespace
NArk.ArkadeIntents.Lightning
Assembly
NArk.ArkadeIntents.dll

Thrown when a quote publishes a timelock the client will not build into a script.

public sealed class QuotedDelayRejectedException : Exception, ISerializable
Inheritance
QuotedDelayRejectedException
Implements
Inherited Members

Remarks

Raised before anything is funded, and deliberately distinct from a mismatched address: this says the solver's own published number is unusable on its face, which a client should read as a broken or hostile counterparty rather than as a derivation it failed to reproduce.

Constructors

QuotedDelayRejectedException(long?, string)

Creates the exception.

public QuotedDelayRejectedException(long? quoted, string message)

Parameters

quoted long?

The delay the quote published, in seconds.

message string

Which bound it broke.

Properties

Quoted

The delay the quote published, in seconds.

public long? Quoted { get; }

Property Value

long?