Derive a DerivedAccount from a BIP39 mnemonic phrase.
Uses the specified key type for derivation with a hard derivation path (default "//0").
"//0"
BIP39 mnemonic phrase
Hard derivation path, defaults to "//0"
SS58 network prefix, defaults to 42 (generic)
Key type for derivation, either "sr25519" or "ed25519", defaults to "sr25519"
"sr25519"
"ed25519"
Derive a DerivedAccount from a BIP39 mnemonic phrase.
Uses the specified key type for derivation with a hard derivation path (default
"//0").