Skip to contents

Get Current Network Status and Node Info

Usage

near_network_status()

Value

A tibble with chain ID, sync status, validators, version, etc.

Examples

if (FALSE) { # \dontrun{
near_network_status()
near_network_status()$validators[[1]]
} # }