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