pub trait UpgradeWallet {
// Required method
fn upgrade_wallet(&mut self, version: i32, error: &mut BilingualStr) -> bool;
}
pub trait UpgradeWallet {
// Required method
fn upgrade_wallet(&mut self, version: i32, error: &mut BilingualStr) -> bool;
}