ADATransactionOutput class
Constructors
-
ADATransactionOutput({required String address, required int outputIndex, required List<
ADATransactionAmount> amount, String? dataHash, String? inlineDatum, required bool collateral, String? referenceScriptHash}) -
ADATransactionOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Output address
final
-
amount
→ List<
ADATransactionAmount> -
output amounts
final
- collateral → bool
-
Whether the output is a collateral output
final
- dataHash → String?
-
The hash of the transaction output datum
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineDatum → String?
-
CBOR encoded inline datum
final
- outputIndex → int
-
UTXO index in the transaction
final
- referenceScriptHash → String?
-
The hash of the reference script of the output
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited