LatestBlockhash constructor

const LatestBlockhash({
  1. required String blockhash,
  2. required int lastValidBlockHeight,
})

Implementation

const LatestBlockhash({required this.blockhash, required this.lastValidBlockHeight});