pub fn load_wallet_state(
path: &Path,
) -> Result<Option<(UtxoStore, LocalMerkleTree, u64)>, PersistenceError>Expand description
Returns None if file doesn’t exist.
pub fn load_wallet_state(
path: &Path,
) -> Result<Option<(UtxoStore, LocalMerkleTree, u64)>, PersistenceError>Returns None if file doesn’t exist.