Class VtxoPollingOptions
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
TransactionBroadcastPollingDelay
Delay before polling VTXOs after transaction broadcast. Default: 500ms
public TimeSpan TransactionBroadcastPollingDelay { get; set; }