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

    Interface ProtectionDetectorConfig

    Configuration options for protection detectors

    interface ProtectionDetectorConfig {
        assetConfig?: {
            counterparty?: boolean;
            ordinals?: boolean;
            src20?: boolean;
            stamps?: boolean;
        };
        cacheTtl?: number;
        enableCache?: boolean;
        enabled: boolean;
        timeout?: number;
    }
    Index

    Properties

    assetConfig?: {
        counterparty?: boolean;
        ordinals?: boolean;
        src20?: boolean;
        stamps?: boolean;
    }

    Asset-specific configuration

    cacheTtl?: number

    Cache TTL in seconds

    enableCache?: boolean

    Whether to cache detection results

    enabled: boolean

    Enable/disable protection detection

    timeout?: number

    Timeout for detection operations (ms)