ADAScriptRedeemerInfoResponse class

Constructors

ADAScriptRedeemerInfoResponse({required String txHash, required int txIndex, required String purpose, required String redeemerDataHash, required String unitMem, required String unitSteps, required String fee, String? datumHash})
ADAScriptRedeemerInfoResponse.fromJson(Map<String, dynamic> json)
factory

Properties

datumHash String
Datum hash (deprecated)
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 Possible values: spend, mint, cert, reward
final
redeemerDataHash String
Datum hash of the redeemer
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txHash String
Hash of the transaction
final
txIndex int
The index of the redeemer pointer in 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