ADATransactionInput class
Constructors
-
ADATransactionInput({required String address, required String txHash, required int outputIndex, required List<
ADATransactionAmount> amount, String? dataHash, String? inlineDatum, String? referenceScriptHash, required bool collateral, required bool reference}) -
ADATransactionInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Input address
final
-
amount
→ List<
ADATransactionAmount> -
inputs amounts
final
- collateral → bool
-
Whether the input is a collateral consumed on script validation failure
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
- reference → bool
-
Whether the input is a reference transaction input
final
- referenceScriptHash → String?
-
The hash of the reference script of the input
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- txHash → String
-
Transaction hash of the UTXO
final
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