FeePayerSignatureFeePayerSigner class abstract

FeePayerSignatureFeePayerSigner

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

Properties

hashCode int
The hash code for this object.
no setterinherited
oneOf → OneOf
One Of AccountSignatureEd25519Signature, AccountSignatureMultiEd25519Signature
no setterinherited
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
rebuild(dynamic updates(FeePayerSignatureFeePayerSignerBuilder)) FeePayerSignatureFeePayerSigner
Rebuilds the instance.
inherited
toBuilder() FeePayerSignatureFeePayerSignerBuilder
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<FeePayerSignatureFeePayerSigner>
no setter