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

    Interface SchemeRegistration

    Configuration for registering a payment scheme with a specific network

    interface SchemeRegistration {
        network: Network;
        server: SchemeNetworkServer;
    }
    Index

    Properties

    Properties

    network: Network

    The network identifier (e.g., 'eip155:84532', 'solana:mainnet')

    server: SchemeNetworkServer

    The scheme server implementation for this network