Home
last modified time | relevance | path

Searched refs:convert_btc_bech32_address_to_qtum (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Drpc_deriveaddresses.py9 from test_framework.qtum import convert_btc_bech32_address_to_qtum, convert_btc_address_to_qtum
19 address = convert_btc_bech32_address_to_qtum("bcrt1qjqmxmkpmxt80xz4y3746zgt0q3u3ferr34acd5")
26 address = convert_btc_bech32_address_to_qtum("bcrt1qjqmxmkpmxt80xz4y3746zgt0q3u3ferr34acd5")
30 …iptor, [1, 2]), [convert_btc_bech32_address_to_qtum("bcrt1qhku5rq7jz8ulufe2y6fkcpnlvpsta7rq4442dy"…
31 …r, 2), [address, convert_btc_bech32_address_to_qtum("bcrt1qhku5rq7jz8ulufe2y6fkcpnlvpsta7rq4442dy"…
H A Dp2p_permissions.py29 from test_framework.qtum import convert_btc_bech32_address_to_qtum, generatesynchronized
102 …k(generatesynchronized(self.nodes[0], COINBASE_MATURITY+1, convert_btc_bech32_address_to_qtum(ADDR…
120 convert_btc_bech32_address_to_qtum(ADDRESS_BCRT1_P2WSH_OP_TRUE): 5,
H A Dwallet_importmulti.py35 from test_framework.qtum import convert_btc_bech32_address_to_qtum, convert_btc_address_to_qtum
579 …addresses += [convert_btc_bech32_address_to_qtum("bcrt1qrd3n235cj2czsfmsuvqqpr3lu6lg0ju7scl8gn"),
H A Drpc_psbt.py18 from test_framework.qtum import convert_btc_bech32_address_to_qtum
303 new_key = convert_btc_bech32_address_to_qtum(list(k.keys())[0])
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/test_framework/
H A Dqtum.py95 def convert_btc_bech32_address_to_qtum(addr, main=False): function