MultiEd25519Signature class

Mixed in types

Constructors

MultiEd25519Signature(List<Ed25519Signature> signatures, Uint8List bitmap)

Properties

bitmap Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures List<Ed25519Signature>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(Serializer serializer) → void
override
toBytes() Uint8List
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

BITMAP_LEN int
getter/setter pair

Static Methods

createBitmap(List<int> bits) Uint8List
deserialize(Deserializer deserializer) MultiEd25519Signature