Function grin_wallet_libwallet::api_impl::owner::cancel_tx

source ยท
pub fn cancel_tx<'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>>,
    tx_id: Option<u32>,
    tx_slate_id: Option<Uuid>
) -> Result<(), Error>
where L: WalletLCProvider<'a, C, K>, C: NodeClient + 'a, K: Keychain + 'a,
Expand description

cancel tx