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

    Interface BtcClientConfig

    Configuration options for registering BTC schemes to an t402Client

    interface BtcClientConfig {
        signer: ClientBtcSigner;
        policies?: PaymentPolicy[];
        networks?: Network[];
    }
    Index

    Properties

    The Bitcoin signer to use for creating payment payloads

    policies?: PaymentPolicy[]

    Optional policies to apply to the client

    networks?: Network[]

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