GetTransaction constructor

GetTransaction({
  1. int? blockTime,
  2. Meta? meta,
  3. int? slot,
  4. Transaction? transaction,
})

Implementation

GetTransaction({this.blockTime, this.meta, this.slot, this.transaction});