AccountSignatureMultiEd25519Signature class abstract

AccountSignatureMultiEd25519Signature

Properties:

  • type
  • 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
Implemented types
Annotations
  • @BuiltValue()

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
type String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountSignatureMultiEd25519SignatureBuilder)) AccountSignatureMultiEd25519Signature
Rebuilds the instance.
inherited
toBuilder() AccountSignatureMultiEd25519SignatureBuilder
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<AccountSignatureMultiEd25519Signature>
no setter