T402 API Reference - v2.8.0
    Preparing search index...

    Interface BtcResourceServerConfig

    Configuration options for registering BTC schemes to an t402ResourceServer

    interface BtcResourceServerConfig {
        networks?: Network[];
        schemeConfig: ExactBtcSchemeConfig;
    }
    Index

    Properties

    networks?: Network[]

    Optional specific networks to register If not provided, registers wildcard support (bip122:*)

    schemeConfig: ExactBtcSchemeConfig

    Scheme configuration (payTo address, etc.)