@arkade-os/sdk Documentation - v0.4.36
    Preparing search index...

    Interface RenewVtxosOptions

    Optional arguments for IVtxoManager.renewVtxos.

    interface RenewVtxosOptions {
        thresholdSeconds?: number;
    }
    Index

    Properties

    thresholdSeconds?: number

    Override the renewal threshold for this call only, in seconds.

    When provided, takes precedence over SettlementConfig.vtxoThreshold and the default (3 days). Useful for renewing only VTXOs that are more urgently expiring than the globally configured threshold.