BlockInformation constructor
BlockInformation({
- required XCBAmount? baseFeePerEnergy,
- required List<
TransactionInformation> transactions, - required DateTime timestamp,
Implementation
BlockInformation({
required this.baseFeePerEnergy,
required this.transactions,
required this.timestamp,
});