events property

List<BlockEvent> events
final

An array of BlockEvents indicating the order to add and remove blocks to maintain a canonical view of blockchain state. Lightweight clients can use this event stream to update state without implementing their own block syncing logic.

Implementation

final List<BlockEvent> events;