ChainHeadNewBlock constructor
const
ChainHeadNewBlock({})
Implementation
const ChainHeadNewBlock({required this.blockHash, required this.parentBlockHash, this.newRuntime})
: super(ChainHeadEventType.newBlock);
const ChainHeadNewBlock({required this.blockHash, required this.parentBlockHash, this.newRuntime})
: super(ChainHeadEventType.newBlock);