[][src]Function grin_wallet::libwallet::internal::tx::cancel_tx

pub fn cancel_tx<T: ?Sized, C, K>(
    wallet: &mut T,
    parent_key_id: &Identifier,
    tx_id: Option<u32>,
    tx_slate_id: Option<Uuid>
) -> Result<(), Error> where
    T: WalletBackend<C, K>,
    C: NodeClient,
    K: Keychain

Rollback outputs associated with a transaction in the wallet