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

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

Experimental, wrap the entire definition of how a wallet's state is updated