ADATransactionRedeemerResponse class
Constructors
- ADATransactionRedeemerResponse({required int txIndex, required String purpose, required String scriptHash, required String redeemerDataHash, String? datumHash, required String unitMem, required String unitSteps, required String fee})
-
ADATransactionRedeemerResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- datumHash → String?
-
Deprecated: Datum hash
final
- fee → String
-
The fee consumed to run the script
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- purpose → String
-
Validation purpose
final
- redeemerDataHash → String
-
Redeemer data hash
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptHash → String
-
Script hash
final
- txIndex → int
-
Index of the redeemer within the transaction
final
- unitMem → String
-
The budget in Memory to run a script
final
- unitSteps → String
-
The budget in CPU steps to run a script
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