Home
last modified time | relevance | path

Searched refs:convert_raw_tx_to_hex (Results 1 – 2 of 2) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dcommands.py1309 from .transaction import convert_raw_tx_to_hex
1318 'tx': convert_raw_tx_to_hex,
H A Dtransaction.py989 def convert_raw_tx_to_hex(raw: Union[str, bytes]) -> str: function
1022 raw = convert_raw_tx_to_hex(raw)