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

    Interface PolkadotServerConfig

    Configuration for Polkadot server

    interface PolkadotServerConfig {
        rpcUrl?: string;
        indexerUrl?: string;
        facilitatorAddresses?: Record<string, string>;
    }
    Index

    Properties

    rpcUrl?: string

    Custom RPC URL

    indexerUrl?: string

    Custom indexer URL

    facilitatorAddresses?: Record<string, string>

    Facilitator addresses per network