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

    Interface StellarClientConfig

    Configuration options for registering Stellar schemes to an t402Client

    interface StellarClientConfig {
        signer: ClientStellarSigner;
        policies?: PaymentPolicy[];
        networks?: Network[];
        schemeConfig?: ExactStellarSchemeConfig;
    }
    Index

    Properties

    The Stellar 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 (stellar:*)

    schemeConfig?: ExactStellarSchemeConfig

    Optional scheme configuration (timeout, etc.)