Vkeywitness class

Represents a witness for a Vkey along with its corresponding Ed25519 signature.

Implemented types
Mixed in types

Constructors

Vkeywitness({required Vkey vKey, required Ed25519Signature signature})
Constructs a Vkeywitness with the provided Vkey and signature.
const
Vkeywitness.deserialize(CborListValue cbor)
Deserialize a Vkeywitness from a CBOR list value.
factory
Vkeywitness.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isByron bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Ed25519Signature
final
vKey Vkey
final

Methods

copyWith({Vkey? vKey, Ed25519Signature? signature}) Vkeywitness
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() List<int>
Serializes the object to CBOR bytes.
inherited
serializeHex() String
Serializes the object to hexadecimal string.
inherited
toCbor() → CborObject
Converts the object to a CBOR object.
override
toJson() Map<String, dynamic>
Converts the object to a JSON representation.
override
toString() String
A string representation of this object.
inherited

Operators

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