ScriptRedeemersInner class abstract

ScriptRedeemersInner

Properties:

  • txHash - Hash of the transaction
  • txIndex - The index of the redeemer pointer in the transaction
  • purpose - Validation purpose
  • redeemerDataHash - Datum hash of the redeemer
  • datumHash - Datum hash
  • unitMem - The budget in Memory to run a script
  • unitSteps - The budget in CPU steps to run a script
  • fee - The fee consumed to run the script
Annotations
  • @BuiltValue()

Constructors

ScriptRedeemersInner([void updates(ScriptRedeemersInnerBuilder b)])
factory

Properties

datumHash String
Datum hash
no setter
fee String
The fee consumed to run the script
no setter
hashCode int
The hash code for this object.
no setterinherited
purpose ScriptRedeemersInnerPurposeEnum
Validation purpose
no setter
redeemerDataHash String
Datum hash of the redeemer
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txHash String
Hash of the transaction
no setter
txIndex int
The index of the redeemer pointer in the transaction
no setter
unitMem String
The budget in Memory to run a script
no setter
unitSteps String
The budget in CPU steps to run a script
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ScriptRedeemersInnerBuilder)) ScriptRedeemersInner
Rebuilds the instance.
inherited
toBuilder() ScriptRedeemersInnerBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ScriptRedeemersInner>
no setter