ScripthashUnspent.empty constructor

ScripthashUnspent.empty()

Implementation

factory ScripthashUnspent.empty() {
  return ScripthashUnspent(
      scripthash: '', height: -1, txHash: '', txPos: -1, value: 0);
}