InputCoin constructor
const
InputCoin({})
Implementation
const InputCoin(
{required this.utxoID,
required this.owner,
required this.amount,
required this.assetId,
required this.txPointer,
required this.witnessIndex,
required this.maturity,
required this.predicateLength,
required this.predicateDataLength,
required this.predicate,
required this.predicateData});