NeoRust GUI Documentation - v0.4.2
    Preparing search index...

    Interface NetworkConfig

    interface NetworkConfig {
        chainId: number;
        name: string;
        rpcUrl: string;
        type: "mainnet" | "testnet" | "private";
    }
    Index

    Properties

    Properties

    chainId: number
    name: string
    rpcUrl: string
    type: "mainnet" | "testnet" | "private"