[][src]Function grin_wallet::libwallet::internal::updater::cancel_tx_and_outputs

pub fn cancel_tx_and_outputs<T: ?Sized, C, K>(
    wallet: &mut T,
    tx: TxLogEntry,
    outputs: Vec<OutputData>,
    parent_key_id: &Identifier
) -> Result<(), Error> where
    T: WalletBackend<C, K>,
    C: NodeClient,
    K: Keychain

Cancel transaction and associated outputs