ClassGetNodeStatusResult

Wrapper struct for the GetNodeStatusResult from casper_client.

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

available_block_range: any

Gets the available block range as a JsValue.

block_sync: any

Gets the block sync information as a JsValue.

build_version: string

Gets the build version as a String.

chainspec_name: string

Gets the chainspec name as a String.

last_added_block_info: any

Gets information about the last added block as a JsValue.

last_progress: any

Gets the last progress information as a JsValue.

next_upgrade: any

Gets information about the next upgrade as a JsValue.

our_public_signing_key: PublicKey

Gets the public signing key as an Option.

peers: any

Gets the list of peers as a JsValue.

reactor_state: any

Gets the reactor state information as a JsValue.

round_length: any

Gets the round length as a JsValue.

starting_state_root_hash: Digest

Gets the starting state root hash as a Digest.

uptime: any

Gets the uptime information as a JsValue.

Methods