MultiEd25519Signature class abstract

A Ed25519 multi-sig signature This allows k-of-n signing for a transaction

Properties:

  • publicKeys - The public keys for the Ed25519 signature
  • signatures - Signature associated with the public keys in the same order
  • threshold - The number of signatures required for a successful transaction
  • bitmap - All bytes (Vec
Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

MultiEd25519Signature()

Properties

bitmap String
All bytes (Vec
no setter
hashCode int
The hash code for this object.
no setterinherited
publicKeys → BuiltList<String>
The public keys for the Ed25519 signature
no setter
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 setter
threshold int
The number of signatures required for a successful transaction
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
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