Home
last modified time | relevance | path

Searched defs:tx_item (Results 1 – 7 of 7) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dlightning_tx_dialog.py105 def __init__(self, app, tx_item): argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/usbip/
H A Dvudc.h64 struct tx_item { struct
65 struct list_head tx_entry;
66 enum tx_type type;
67 union {
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/usbip/
H A Dvudc.h64 struct tx_item { struct
65 struct list_head tx_entry;
66 enum tx_type type;
67 union {
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/usbip/
H A Dvudc.h64 struct tx_item { struct
65 struct list_head tx_entry;
66 enum tx_type type;
67 union {
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dhistory_list.py113 def get_item_key(tx_item): argument
431 def tx_mined_info_from_tx_item(tx_item): argument
678 def show_transaction(self, tx_item, tx): argument
H A Dmain_window.py1051 def show_lightning_transaction(self, tx_item): argument
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/
H A Dscreens.py111 def get_card(self, tx_item): #tx_hash, tx_mined_status, value, balance): argument