ShelleyTransactionWitnessSet class

this can be transaction signatures or a full blown smart contract

Constructors

ShelleyTransactionWitnessSet({required List<ShelleyVkeyWitness> vkeyWitnesses, required List<ShelleyNativeScript> nativeScripts})
ShelleyTransactionWitnessSet.deserialize({required Map cMap})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nativeScripts List<ShelleyNativeScript>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vkeyWitnesses List<ShelleyVkeyWitness>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCborMap({bool forJson = false, bool base64 = false}) → MapBuilder
toString() String
A string representation of this object.
inherited

Operators

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