pub fn save_wallet_state(
path: &Path,
utxos: &UtxoStore,
tree: &LocalMerkleTree,
last_synced_block: u64,
) -> Result<(), PersistenceError>pub fn save_wallet_state(
path: &Path,
utxos: &UtxoStore,
tree: &LocalMerkleTree,
last_synced_block: u64,
) -> Result<(), PersistenceError>