TxSource constructor

TxSource({
  1. required String txHash,
  2. required int txPos,
  3. required int height,
})

Implementation

TxSource({required this.txHash, required this.txPos, required this.height});