[][src]Function grin_wallet_libwallet::api_impl::owner::scan

pub fn scan<'a, L, C, K>(
    wallet_inst: Arc<Mutex<Box<dyn WalletInst<'a, L, C, K>>>>,
    keychain_mask: Option<&SecretKey>,
    start_height: Option<u64>,
    delete_unconfirmed: bool,
    status_send_channel: &Option<Sender<StatusMessage>>
) -> Result<(), Error> where
    L: WalletLCProvider<'a, C, K>,
    C: NodeClient + 'a,
    K: Keychain + 'a, 

check repair Accepts a wallet inst instead of a raw wallet so it can lock as little as possible