Clove
Clove
Atomic swap example
Transaction refunds
Tips & Tricks
API
Clove
Docs
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
abi (clove.network.ethereum.base.EthereumBaseNetwork attribute)
add_fee() (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction method)
(clove.network.bitcoin.transaction.BitcoinTransaction method)
add_fee_and_sign() (clove.network.bitcoin.transaction.BitcoinTransaction method)
address (clove.network.bitcoin.transaction.BitcoinTransaction attribute)
API (clove.block_explorer.base.BaseAPI attribute)
(clove.network.bitcoin.base.NoAPI attribute)
(clove.network.ethereum.base.EthereumBaseNetwork attribute)
api_url (clove.block_explorer.blockcypher.BlockcypherAPI attribute)
(clove.block_explorer.cryptoid.CryptoidAPI attribute)
(clove.block_explorer.insight.InsightAPIv4 attribute)
approve_token() (clove.network.ethereum.base.EthereumBaseNetwork method)
atomic_swap() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
(clove.network.ethereum.base.EthereumBaseNetwork method)
audit_contract() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
(clove.network.ethereum.base.EthereumBaseNetwork method)
auto_switch_params() (in module clove.utils.bitcoin)
B
base58_prefixes (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
BaseAPI (class in clove.block_explorer.base)
BaseNetwork (class in clove.network.base)
bitcoin_based (clove.network.base.BaseNetwork attribute)
(clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
BitcoinAtomicSwapTransaction (class in clove.network.bitcoin.transaction)
BitcoinBaseNetwork (class in clove.network.bitcoin.base)
BitcoinContract (class in clove.network.bitcoin.contract)
BitcoinTransaction (class in clove.network.bitcoin.transaction)
BitcoinWallet (class in clove.network.bitcoin.wallet)
blacklist_nodes (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
blockcypher_url() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
BlockcypherAPI (class in clove.block_explorer.blockcypher)
blockexplorer_tx (clove.network.base.BaseNetwork attribute)
(clove.network.ethereum.base.EthereumBaseNetwork attribute)
broadcast_transaction() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
build_atomic_swap_contract() (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction method)
build_outputs() (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction method)
(clove.network.bitcoin.transaction.BitcoinTransaction method)
C
calculate_fee() (clove.network.bitcoin.transaction.BitcoinTransaction method)
capture_messages() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
clove.block_explorer.base (module)
clove.block_explorer.blockcypher (module)
clove.block_explorer.cryptoid (module)
clove.block_explorer.etherscan (module)
clove.block_explorer.insight (module)
clove.network.base (module)
clove.network.bitcoin.base (module)
clove.network.bitcoin.contract (module)
clove.network.bitcoin.transaction (module)
clove.network.bitcoin.utxo (module)
clove.network.bitcoin.wallet (module)
clove.network.ethereum.base (module)
clove.network.ethereum.contract (module)
clove.network.ethereum.transaction (module)
clove.network.ethereum.wallet (module)
clove.utils.bitcoin (module)
clove.utils.external_source (module)
clove.utils.hashing (module)
clove.utils.logging (module)
clove.utils.network (module)
clove.utils.search (module)
clove_req_json() (in module clove.utils.external_source)
connect() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
connection (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
contract (clove.network.ethereum.contract.EthereumContract attribute)
contract_address (clove.network.ethereum.base.EthereumBaseNetwork attribute)
create_connection() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
create_unsigned_transaction() (clove.network.bitcoin.transaction.BitcoinTransaction method)
cryptoid_url() (clove.block_explorer.cryptoid.CryptoidAPI class method)
CryptoidAPI (class in clove.block_explorer.cryptoid)
D
decrypt_private_key() (clove.network.bitcoin.wallet.BitcoinWallet static method)
default_symbol (clove.network.base.BaseNetwork attribute)
deserialize_raw_transaction() (clove.network.bitcoin.base.BitcoinBaseNetwork static method)
(clove.network.ethereum.base.EthereumBaseNetwork static method)
E
encrypt_private_key() (clove.network.bitcoin.wallet.BitcoinWallet static method)
ethereum_based (clove.network.base.BaseNetwork attribute)
(clove.network.ethereum.base.EthereumBaseNetwork attribute)
EthereumAtomicSwapTransaction (class in clove.network.ethereum.transaction)
EthereumBaseNetwork (class in clove.network.ethereum.base)
EthereumContract (class in clove.network.ethereum.contract)
EthereumTokenApprovalTransaction (class in clove.network.ethereum.transaction)
EthereumTokenTransaction (class in clove.network.ethereum.transaction)
EthereumTransaction (class in clove.network.ethereum.transaction)
EthereumWallet (class in clove.network.ethereum.wallet)
EtherscanAPI (class in clove.block_explorer.etherscan)
extract_method_id() (clove.network.ethereum.base.EthereumBaseNetwork static method)
extract_secret() (clove.network.bitcoin.base.BitcoinBaseNetwork class method)
extract_secret_from_redeem_transaction() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
(clove.network.bitcoin.base.NoAPI class method)
(clove.network.ethereum.base.EthereumBaseNetwork method)
F
filter_blacklisted_nodes() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
filtering_supported (clove.network.ethereum.base.EthereumBaseNetwork attribute)
find_redeem_token_transaction() (clove.block_explorer.etherscan.EtherscanAPI method)
(clove.network.ethereum.base.EthereumBaseNetwork method)
find_redeem_transaction() (clove.block_explorer.etherscan.EtherscanAPI method)
(clove.network.ethereum.base.EthereumBaseNetwork method)
(clove.network.ethereum.contract.EthereumContract method)
find_secret() (clove.network.ethereum.contract.EthereumContract method)
find_transaction_details_in_redeem_event() (clove.network.ethereum.base.EthereumBaseNetwork method)
from_base_units() (in module clove.utils.bitcoin)
G
generate_hash() (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction method)
generate_params_object() (in module clove.utils.network)
generate_secret_with_hash() (in module clove.utils.hashing)
get_balance() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
(clove.network.bitcoin.base.NoAPI static method)
(clove.network.ethereum.contract.EthereumContract method)
get_confirmations_from_tx_json() (clove.block_explorer.base.BaseAPI class method)
get_contract_utxo() (clove.network.bitcoin.contract.BitcoinContract method)
get_current_fee_per_kb() (clove.network.bitcoin.base.BitcoinBaseNetwork class method)
get_current_node() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
get_fee() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
get_first_vout_from_tx_json() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
get_latest_block (clove.network.ethereum.base.EthereumBaseNetwork attribute)
get_latest_block() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
(clove.network.bitcoin.base.NoAPI class method)
get_method_name() (clove.network.ethereum.base.EthereumBaseNetwork method)
get_network_by_symbol() (clove.network.base.BaseNetwork class method)
(in module clove.utils.search)
get_new_wallet() (clove.network.bitcoin.base.BitcoinBaseNetwork class method)
(clove.network.ethereum.base.EthereumBaseNetwork class method)
get_nodes() (clove.network.bitcoin.base.BitcoinBaseNetwork static method)
get_private_key() (clove.network.bitcoin.wallet.BitcoinWallet method)
get_public_key() (clove.network.bitcoin.wallet.BitcoinWallet method)
get_raw_transaction() (clove.network.ethereum.base.EthereumBaseNetwork static method)
get_token_by_address() (clove.network.ethereum.base.EthereumBaseNetwork method)
get_token_by_attribute() (clove.network.ethereum.base.EthereumBaseNetwork class method)
get_token_by_symbol() (clove.network.ethereum.base.EthereumBaseNetwork class method)
get_token_from_token_contract() (clove.network.ethereum.base.EthereumBaseNetwork method)
get_transaction() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
(clove.network.bitcoin.base.NoAPI static method)
(clove.network.ethereum.base.EthereumBaseNetwork method)
get_transaction_url() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
(clove.network.bitcoin.transaction.BitcoinTransaction method)
(clove.network.ethereum.base.EthereumBaseNetwork class method)
(clove.network.ethereum.transaction.EthereumTransaction method)
get_utxo() (clove.block_explorer.blockcypher.BlockcypherAPI class method)
(clove.block_explorer.cryptoid.CryptoidAPI class method)
(clove.block_explorer.insight.InsightAPIv4 class method)
(clove.network.bitcoin.base.NoAPI class method)
get_wallet() (clove.network.bitcoin.base.BitcoinBaseNetwork class method)
(clove.network.ethereum.base.EthereumBaseNetwork class method)
I
init_hours (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction attribute)
(clove.network.ethereum.transaction.EthereumAtomicSwapTransaction attribute)
InsightAPIv4 (class in clove.block_explorer.insight)
is_test_network() (clove.network.base.BaseNetwork class method)
is_token_contract (clove.network.ethereum.contract.EthereumContract attribute)
is_valid_address() (clove.network.bitcoin.base.BitcoinBaseNetwork class method)
(clove.network.ethereum.base.EthereumBaseNetwork static method)
is_valid_contract_script() (clove.network.bitcoin.contract.BitcoinContract static method)
L
logger (in module clove.utils.logging)
M
message_start (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
method_id() (clove.network.ethereum.base.EthereumBaseNetwork static method)
N
name (clove.network.base.BaseNetwork attribute)
(clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
(clove.network.ethereum.base.EthereumBaseNetwork attribute)
networks (clove.network.base.BaseNetwork attribute)
NoAPI (class in clove.network.bitcoin.base)
nodes (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
O
outpoint (clove.network.bitcoin.utxo.Utxo attribute)
P
parsed_script (clove.network.bitcoin.utxo.Utxo attribute)
participate() (clove.network.bitcoin.contract.BitcoinContract method)
(clove.network.ethereum.contract.EthereumContract method)
participate_hours (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction attribute)
(clove.network.ethereum.transaction.EthereumAtomicSwapTransaction attribute)
port (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
protocol_version (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
publish() (clove.block_explorer.insight.InsightAPIv4 class method)
(clove.network.bitcoin.base.BitcoinBaseNetwork method)
(clove.network.bitcoin.transaction.BitcoinTransaction method)
(clove.network.ethereum.base.EthereumBaseNetwork method)
(clove.network.ethereum.transaction.EthereumTransaction method)
R
raw_transaction (clove.network.bitcoin.transaction.BitcoinTransaction attribute)
(clove.network.ethereum.transaction.EthereumTransaction attribute)
redeem() (clove.network.bitcoin.contract.BitcoinContract method)
(clove.network.ethereum.contract.EthereumContract method)
refund() (clove.network.bitcoin.contract.BitcoinContract method)
(clove.network.ethereum.contract.EthereumContract method)
reset_connection() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
S
seeds (clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
send_inventory() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
send_message() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
send_ping() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
send_pong() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
send_verack() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
send_version() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
set_contract() (clove.network.ethereum.transaction.EthereumAtomicSwapTransaction method)
set_locktime() (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction method)
(clove.network.ethereum.transaction.EthereumAtomicSwapTransaction method)
set_secrets() (clove.network.ethereum.transaction.EthereumAtomicSwapTransaction method)
set_symbol_mapping() (clove.network.base.BaseNetwork class method)
show_details() (clove.network.bitcoin.contract.BitcoinContract method)
(clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction method)
(clove.network.bitcoin.transaction.BitcoinTransaction method)
(clove.network.ethereum.contract.EthereumContract method)
(clove.network.ethereum.transaction.EthereumAtomicSwapTransaction method)
(clove.network.ethereum.transaction.EthereumTokenApprovalTransaction method)
(clove.network.ethereum.transaction.EthereumTokenTransaction method)
(clove.network.ethereum.transaction.EthereumTransaction method)
sign() (clove.network.bitcoin.transaction.BitcoinTransaction method)
(clove.network.ethereum.base.EthereumBaseNetwork static method)
(clove.network.ethereum.transaction.EthereumTransaction method)
sign_raw_transaction() (clove.network.ethereum.base.EthereumBaseNetwork class method)
size (clove.network.bitcoin.transaction.BitcoinTransaction attribute)
split_message() (clove.network.bitcoin.base.BitcoinBaseNetwork class method)
switch_params() (clove.network.bitcoin.base.BitcoinBaseNetwork class method)
symbols (clove.network.base.BaseNetwork attribute)
(clove.network.bitcoin.base.BitcoinBaseNetwork attribute)
(clove.network.ethereum.base.EthereumBaseNetwork attribute)
T
terminate() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
testnet (clove.network.base.BaseNetwork attribute)
to_base_units() (in module clove.utils.bitcoin)
tokens (clove.network.ethereum.base.EthereumBaseNetwork attribute)
transaction_address (clove.network.bitcoin.contract.BitcoinContract attribute)
tx_in (clove.network.bitcoin.utxo.Utxo attribute)
U
ui_url (clove.block_explorer.insight.InsightAPIv4 attribute)
unify_address() (clove.network.ethereum.base.EthereumBaseNetwork static method)
unsigned_script_sig (clove.network.bitcoin.utxo.Utxo attribute)
update_blacklist() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
Utxo (class in clove.network.bitcoin.utxo)
V
validate_address() (clove.network.bitcoin.transaction.BitcoinAtomicSwapTransaction method)
(clove.network.bitcoin.transaction.BitcoinTransaction method)
value_from_base_units() (clove.network.ethereum.base.EthereumBaseNetwork static method)
value_to_base_units() (clove.network.ethereum.base.EthereumBaseNetwork static method)
version_packet() (clove.network.bitcoin.base.BitcoinBaseNetwork method)
W
web3_provider_address (clove.network.ethereum.base.EthereumBaseNetwork attribute)