ShelleyVkeyWitness class

A witness is a public key and a signature (a signed hash of the body) used for on-chain validation.

Constructors

ShelleyVkeyWitness({required List<int> vkey, required List<int> signature})
ShelleyVkeyWitness.deserialize({required List cList})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature List<int>
final
vkey List<int>
final

Methods

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

Operators

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