Wallet enum

Here is provided a suite of methods for the swift generation of WalletType. You can utilize the Wallet enumerated to generate the corresponding wallets, either through a mnemonic or a privateKey.

Inheritance
Available extensions

Values

DOT → const Wallet
XRP → const Wallet
SUI → const Wallet
SC → const Wallet
CKB → const Wallet
HNS → const Wallet
ALPH → const Wallet
ATOM → const Wallet
SEI → const Wallet
KAVA → const Wallet
KAS → const Wallet
KLS → const Wallet
SOL → const Wallet
NEAR → const Wallet
APTOS → const Wallet
FIL → const Wallet
ETH → const Wallet
ICP → const Wallet
NONE → const Wallet

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

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