Properties
config
config: {
block_reward: string;
delta_f0: number;
end_timestamp: number;
genesis_timestamp: number;
max_block_size: number;
operation_validity_periods: number;
periods_per_cycle: number;
pos_lock_cycles: number;
pos_lookback_cycles: number;
roll_price: string;
t0: number;
thread_count: number;
}
Type declaration
block_reward: string
delta_f0: number
end_timestamp: number
genesis_timestamp: number
max_block_size: number
operation_validity_periods: number
periods_per_cycle: number
pos_lock_cycles: number
pos_lookback_cycles: number
roll_price: string
t0: number
thread_count: number
connected_nodes
connected_nodes: NodesMap
consensus_stats
consensus_stats: {
clique_count: 1;
end_timestamp: number;
final_block_count: number;
final_operation_count: number;
staker_count: number;
stale_block_count: number;
start_timestamp: number;
}
Type declaration
clique_count: 1
end_timestamp: number
final_block_count: number
final_operation_count: number
staker_count: number
stale_block_count: number
start_timestamp: number
current_cycle
current_cycle: number
current_time
current_time: number
Optional minimal_fees
minimal_fees?: string
network_stats
network_stats: {
active_node_count: number;
banned_peer_count: number;
in_connection_count: number;
known_peer_count: number;
out_connection_count: number;
}
Type declaration
active_node_count: number
banned_peer_count: number
in_connection_count: number
known_peer_count: number
out_connection_count: number
pool_stats
pool_stats: {
endorsement_count: number;
operation_count: number;
}
Type declaration
endorsement_count: number
operation_count: number
Represents the status of a node.
See
objectrepresents the configuration of the node.stringrepresents the block reward of the node.numberrepresents the delta f0 of the node.numberrepresents the end timestamp of the node (can be null).numberrepresents the genesis timestamp of the node.numberrepresents the maximum block size of the node.numberrepresents the operation validity periods of the node.numberrepresents the periods per cycle of the node.numberrepresents the proof of stake lock cycles of the node.NodesMaprepresents its connected nodes.objectrepresents the consensus statistics of the node.numberrepresents the current cycle of the node.numberrepresents the current time of the node.ISlotrepresents the last slot of the node.objectrepresents the network statistics of the node.ISlotrepresents the next slot of the node.stringrepresents the ID of the node.objectrepresents the pool statistics of the node.