OutPoint constructor

OutPoint({
  1. required String txid,
  2. required int outIdx,
})

Implementation

OutPoint({required this.txid, required this.outIdx});