This commit is contained in:
Sergio Chouhy 2025-12-12 17:04:51 -03:00
parent 77fd189010
commit 40bb718527

View File

@ -1,10 +1,8 @@
use std::collections::HashMap;
use nssa::{
AccountId, ProgramId, PublicTransaction,
privacy_preserving_transaction::circuit::ProgramWithDependencies,
AccountId, ProgramId, privacy_preserving_transaction::circuit::ProgramWithDependencies,
program::Program,
public_transaction::{Message, WitnessSet},
};
use wallet::{PrivacyPreservingAccount, WalletCore, helperfunctions::fetch_config};