CurveType enum
CurveType is the type of cryptographic curve associated with a WalletPublicKey.
- secp256k1 SEC compressed -
33 bytes
(https://secg.org/sec1-v2.pdf#subsubsection.2.3.3) - ed25519
y (255-bits) || x-sign-bit (1-bit)
-32 bytes
(https://ed25519.cr.yp.to/ed25519-20110926.pdf) - all both above.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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