RuntimeStatus: {
    networkId: NetworkId;
    tips: {
        node: Tip;
        runtime: Tip;
        runtimeChain: Tip;
    };
    version: RuntimeVersion;
}

Set of information about the runtime hosted

Type declaration

  • networkId: NetworkId

    Network ID of the node connected to the runtime

  • tips: {
        node: Tip;
        runtime: Tip;
        runtimeChain: Tip;
    }

    Set of Tips providing information on how healthy is the flow of Projections : Node > Runtime Chain > Runtime

  • version: RuntimeVersion

    Runtime Version Deployed