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

    Interface StellarFacilitatorConfig

    Configuration options for registering Stellar schemes to an t402Facilitator

    interface StellarFacilitatorConfig {
        signer: FacilitatorStellarSigner;
        networks: any;
        schemeConfig?: ExactStellarSchemeConfig;
    }
    Index

    Properties

    The Stellar signer for facilitator operations (verify and settle)

    networks: any

    Networks to register (single network or array of networks) Examples: "stellar:pubnet", ["stellar:pubnet", "stellar:testnet"]

    schemeConfig?: ExactStellarSchemeConfig

    Optional scheme configuration (fee sponsorship, etc.)