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
object
represents the configuration of the node.string
represents the block reward of the node.number
represents the delta f0 of the node.number
represents the end timestamp of the node (can be null).number
represents the genesis timestamp of the node.number
represents the maximum block size of the node.number
represents the operation validity periods of the node.number
represents the periods per cycle of the node.number
represents the proof of stake lock cycles of the node.NodesMap
represents its connected nodes.object
represents the consensus statistics of the node.number
represents the current cycle of the node.number
represents the current time of the node.ISlot
represents the last slot of the node.object
represents the network statistics of the node.ISlot
represents the next slot of the node.string
represents the ID of the node.object
represents the pool statistics of the node.