ParsedOutputAlonzo class abstract

Inheritance

Constructors

ParsedOutputAlonzo.new({required ParsedOutputDestination destination, required BigInt amount, List<ParsedAssetGroup> tokenBundle, ParsedDatumHash? datumHashHex})
factory

Properties

amount BigInt
no setter
copyWith → _$$ParsedOutputAlonzoImplCopyWith<_$ParsedOutputAlonzoImpl>
Create a copy of ParsedOutput with the given fields replaced by the non-null parameter values.
no setter
datumHashHex ParsedDatumHash?
no setter
destination ParsedOutputDestination
no setter
format TxOutputFormat
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
outputDatum ParsedDatum?
latefinalinherited
referenceScriptHash String?
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenBundle List<ParsedAssetGroup>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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