SolanaSigner class
Class for signing Solana transactions using either EDDSA algorithm.
Constructors
-
SolanaSigner.fromKeyBytes(List<
int> keyBytes) -
Factory method to create an SolanaSigner instance from key bytes.
factory
Properties
- hashCode → int
-
The hash code for this object.
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
-
sign(
List< int> digest) → List<int> - Signs the provided digest using the appropriate algorithm based on the available signing key.
-
toString(
) → String -
A string representation of this object.
inherited
-
toVerifyKey(
) → SolanaVerifier - Returns an SolanaVerifier instance based on the available signing key type.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited