Table of Contents

Class VtxoPollingOptions

Namespace
NArk.Core.Models.Options
Assembly
NArk.Core.dll

Configuration options for VTXO polling after batch completion or transaction broadcast.

public class VtxoPollingOptions
Inheritance
VtxoPollingOptions
Inherited Members

Properties

BatchSuccessPollingDelay

Delay before polling VTXOs after batch success. This helps avoid race conditions where the server hasn't persisted the changes yet. Default: 500ms

public TimeSpan BatchSuccessPollingDelay { get; set; }

Property Value

TimeSpan

TransactionBroadcastPollingDelay

Delay before polling VTXOs after transaction broadcast. Default: 500ms

public TimeSpan TransactionBroadcastPollingDelay { get; set; }

Property Value

TimeSpan