Vana SDK - v0.1.0
    Preparing search index...

    Interface NetworkInfo

    Network information

    interface NetworkInfo {
        chainId: number;
        chainName: string;
        rpcUrl: string;
        explorerUrl?: string;
        currentBlock: bigint;
        status: "healthy" | "degraded" | "down";
    }
    Index

    Properties

    chainId: number

    Chain ID

    chainName: string

    Chain name

    rpcUrl: string

    RPC URL

    explorerUrl?: string

    Block explorer URL

    currentBlock: bigint

    Current block number

    status: "healthy" | "degraded" | "down"

    Network status