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.
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
- ALGO → const Wallet
- TRX → const Wallet
- BTC → const Wallet
- TAPROOT → 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
- 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