Avalanche SDK Client
    Preparing search index...

    Type Alias GetNodeVersionReturnType

    Return type for the info.getNodeVersion method.

    type GetNodeVersionReturnType = {
        databaseVersion: string;
        gitCommit: string;
        rpcProtocolVersion: string;
        version: string;
        vmVersions: Map<string, string>;
    }
    Index

    Properties

    databaseVersion: string

    The version of the database

    gitCommit: string
    rpcProtocolVersion: string

    The version of the RPC protocol

    version: string

    The version of the node (e.g. "avalanche/1.9.4")

    vmVersions: Map<string, string>

    Map of VM IDs to their versions