Expand description
Wallet manager This module contains the definition and implementation of the WalletManager trait.
Structs§
- Wallet
Borrow - Represents borrowing a [
WalletUser
] instance with a lifetime connected to the wallet manager. This prevents wallets to be stored and used later by another user. - Wallet
Manager Impl - Implementation of
WalletManager
that uses the SSS schema to store and retrieve the mnemonic and create implementations of [WalletUser
].
Traits§
- Wallet
Manager - Creates a wallet and returns an instance to work upon