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

    Interface CliConfig

    CLI configuration stored in user config file

    interface CliConfig {
        defaultNetwork: string;
        facilitatorUrl: string;
        testnet: boolean;
        encryptedSeed?: string;
        rpcEndpoints: Record<string, string>;
    }
    Index

    Properties

    defaultNetwork: string

    Default network to use

    facilitatorUrl: string

    Facilitator URL

    testnet: boolean

    Whether to use testnet networks

    encryptedSeed?: string

    Encrypted seed phrase (optional)

    rpcEndpoints: Record<string, string>

    Custom RPC endpoints by network