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

    Interface LightningClientConfig

    Configuration options for registering Lightning schemes to an t402Client

    interface LightningClientConfig {
        signer: ClientLightningSigner;
        policies?: PaymentPolicy[];
        networks?: Network[];
    }
    Index

    Properties

    The Lightning signer to use for paying invoices

    policies?: PaymentPolicy[]

    Optional policies to apply to the client

    networks?: Network[]

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