Function zcash_client_sqlite::wallet::get_nullifiers[][src]

pub fn get_nullifiers<P>(
    wdb: &WalletDb<P>
) -> Result<Vec<(AccountId, Nullifier)>, SqliteClientError>
Expand description

Retrieve the nullifiers for notes that the wallet is tracking that have not yet been confirmed as a consequence of the spending transaction being included in a block.