ShelleyTransaction class

outer wrapper of a Cardano blockchain transaction.

Available Extensions

Constructors

ShelleyTransaction({required ShelleyTransactionBody body, ShelleyTransactionWitnessSet? witnessSet, bool? isValid = true, CBORMetadata? metadata})
ShelleyTransaction.deserialize({required Map cBody, required Map cWitnessSet, required bool? isValid, Map? cMetadata})
factory
ShelleyTransaction.deserializeFromHex(String transactionHex)
factory

Properties

body ShelleyTransactionBody
latefinal
hashCode int
The hash code for this object.
no setterinherited
isValid bool?
final
metadata CBORMetadata?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialize Uint8List
no setter
toCborHex String
no setter
witnessSet ShelleyTransactionWitnessSet?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCborList({bool forJson = false}) → ListBuilder
toJson({bool prettyPrint = false}) → Result<String, String>
toString() String
A string representation of this object.
override

Operators

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