BreezEvent.newBlock constructor

const BreezEvent.newBlock({
  1. required int block,
})

Indicates that a new block has just been found

Implementation

const factory BreezEvent.newBlock({
  required int block,
}) = BreezEvent_NewBlock;