SubstrateKeyAlgorithm enum

Inheritance
Available extensions

Values

sr25519 → const SubstrateKeyAlgorithm
const SubstrateKeyAlgorithm(name: "Sr25519", value: 0)
ecdsa → const SubstrateKeyAlgorithm
const SubstrateKeyAlgorithm(name: "Ecdsa", value: 1)
ed25519 → const SubstrateKeyAlgorithm
const SubstrateKeyAlgorithm(name: "Ed25519", value: 2)
ethereum → const SubstrateKeyAlgorithm
const SubstrateKeyAlgorithm(name: "Ethereum", value: 3)

Properties

coinInfo → CryptoCoins<CoinConfig>
no setter
curve → EllipticCurveTypes
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
final
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
signatureLength int
no setter
substrateCoinInfo → SubstrateCoins
no setter
value int
final

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 Methods

fromValue(int? value) SubstrateKeyAlgorithm

Constants

values → const List<SubstrateKeyAlgorithm>
A constant List of the values in this enum, in order of their declaration.