Module wallet_manager

Source
Expand description

Wallet manager This module contains the definition and implementation of the WalletManager trait.

Structs§

WalletBorrow
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.
WalletManagerImpl
Implementation of WalletManager that uses the SSS schema to store and retrieve the mnemonic and create implementations of [WalletUser].

Traits§

WalletManager
Creates a wallet and returns an instance to work upon