Raindex SDK Documentation
    Preparing search index...

    Interface NetworkCfg

    interface NetworkCfg {
        chainId: number;
        currency?: string;
        key: string;
        label?: string;
        networkId?: number;
        rpcs: string[];
    }
    Index

    Properties

    chainId: number
    currency?: string
    key: string
    label?: string
    networkId?: number
    rpcs: string[]