Trait vitup::builders::WalletExtension
source · pub trait WalletExtension {
// Required methods
fn save_qr_code<P: AsRef<Path>>(&self, path: P, password: &[u8]);
fn save_qr_code_hash<P: AsRef<Path>>(&self, path: P, password: &[u8]);
}