Mnemonic typedef
Mnemonic = String
A type alias for a mnemonic phrase represented as a String.
A mnemonic is typically a sequence of words used to generate cryptographic keys or seed phrases in cryptocurrency wallets.
Implementation
typedef Mnemonic = String;