$MultiEd25519Signature class abstract

a concrete implementation of MultiEd25519Signature, since MultiEd25519Signature is not instantiable

Implemented types
Annotations
  • @BuiltValue(instantiable: true)

Constructors

$MultiEd25519Signature([void updates($MultiEd25519SignatureBuilder)?])
factory

Properties

bitmap String
All bytes (Vec
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
publicKeys → BuiltList<String>
The public keys for the Ed25519 signature
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures → BuiltList<String>
Signature associated with the public keys in the same order
no setterinherited
threshold int
The number of signatures required for a successful transaction
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates($MultiEd25519SignatureBuilder)) $MultiEd25519Signature
Rebuilds the instance.
inherited
toBuilder() $MultiEd25519SignatureBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<$MultiEd25519Signature>
no setter