AccountSignature class abstract

Account signature scheme The account signature scheme allows you to have two types of accounts: 1. A single Ed25519 key account, one private key 2. A k-of-n multi-Ed25519 key account, multiple private keys, such that k-of-n must sign a transaction.

Properties:

  • type
  • publicKey - All bytes (Vec
  • signature - All bytes (Vec
  • 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
Available Extensions
Annotations
  • @BuiltValue(instantiable: false)

Constructors

AccountSignature()

Properties

hashCode int
The hash code for this object.
no setterinherited
oneOf → OneOf
One Of AccountSignatureEd25519Signature, AccountSignatureMultiEd25519Signature
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<AccountSignature>
no setter