@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface OrdinalsAwareSelectorOptions

    Options for OrdinalsAwareSelector configuration

    interface OrdinalsAwareSelectorOptions {
        allowProtectedIfNecessary?: boolean;
        cacheResults?: boolean;
        cacheTtl?: number;
    }
    Index

    Properties

    allowProtectedIfNecessary?: boolean

    Whether to allow protected UTXOs as a last resort

    cacheResults?: boolean

    Whether to cache detection results to improve performance

    cacheTtl?: number

    TTL for cache entries in milliseconds (default: 5 minutes)