ADATransactionOutput constructor
ADATransactionOutput({})
Implementation
ADATransactionOutput({
required this.address,
required this.outputIndex,
required this.amount,
this.dataHash,
this.inlineDatum,
required this.collateral,
this.referenceScriptHash,
});