XRPKeyAlgorithm class
Enum representing different XRP key algorithms.
Properties
- curveType → EllipticCurveTypes
-
Elliptic curve type used by the key algorithm.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → int
-
Prefix value associated with the key algorithm.
final
- 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
Constants
- ed25519 → const XRPKeyAlgorithm
- ed25519 algorithm with a prefix of 0xED and the curve type ed25519.
- secp256k1 → const XRPKeyAlgorithm
- secp256k1 algorithm with a prefix of 0x00 and the curve type secp256k1.
-
values
→ const List<
XRPKeyAlgorithm>