ScripthashHistory constructor

ScripthashHistory({
  1. required int height,
  2. required String txHash,
})

Implementation

ScripthashHistory({required this.height, required this.txHash});