BlockInformation constructor

BlockInformation({
  1. required EtherAmount? baseFeePerGas,
  2. required DateTime timestamp,
})

Implementation

BlockInformation({
  required this.baseFeePerGas,
  required this.timestamp,
});