BlockTimestamp constructor

const BlockTimestamp({
  1. required BigInt slot,
  2. required BigInt timestamp,
})

Implementation

const BlockTimestamp({required this.slot, required this.timestamp});