ScripthashUnspent constructor
ScripthashUnspent({})
Implementation
ScripthashUnspent(
{required this.scripthash,
required this.height,
required this.txHash,
required this.txPos,
required this.value,
this.ticker,
this.memo});