cryptnox-cli
Contents:
Cryptnox CLI Overview
Command Line Interface
API Reference
License
cryptnox-cli
Index
Index
Symbols
|
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
Symbols
--port
command line option
--serial
command line option
--verbose
command line option
--version
command line option
-s
command line option
-v
command line option
_
__init__() (cryptnox_cli.command.user_keys.user_key_base.UserKey method)
(cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Xpub method)
(cryptnox_cli.lib.cryptos.pbkdf2.PBKDF2 method)
(cryptnox_cli.lib.cryptos.ripemd.RIPEMD160 method)
(cryptnox_cli.lib.cryptos.ripemd.RMDContext method)
(cryptnox_cli.lib.cryptos.wallet.HDWallet method)
(cryptnox_cli.wallet.btc.BlkHubApi method)
(cryptnox_cli.wallet.btc.BlockCypherApi method)
(cryptnox_cli.wallet.btc.BtcValidator method)
(cryptnox_cli.wallet.btc.BTCwallet method)
(cryptnox_cli.wallet.eth.api.Api method)
(cryptnox_cli.wallet.eth.api.EthValidator method)
(cryptnox_cli.wallet.eth.endpoint.DirectEndpoint method)
(cryptnox_cli.wallet.eth.endpoint.Endpoint method)
(cryptnox_cli.wallet.eth.endpoint.EndpointValidator method)
(cryptnox_cli.wallet.eth.endpoint.InfuraEndpoint method)
(cryptnox_cli.wallet.validators.EnumValidator method)
(cryptnox_cli.wallet.validators.IntValidator method)
(cryptnox_cli.wallet.validators.Validator method)
__version__ (in module cryptnox_cli)
A
access() (in module cryptnox_cli.lib.cryptos.main)
account() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
add() (in module cryptnox_cli.lib.cryptos.main)
add_privkeys() (in module cryptnox_cli.lib.cryptos.main)
add_pubkeys() (in module cryptnox_cli.lib.cryptos.main)
add_seed() (cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
add_xprv() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
add_xprv_from_seed() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
add_xpub() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
added() (cryptnox_cli.command.user_keys.user_key_base.UserKey method)
address() (in module cryptnox_cli.wallet.eth.api)
address_prefixes (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
addrtoscript() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
aes_decrypt_with_iv() (in module cryptnox_cli.lib.cryptos.wallet_utils)
aes_encrypt_with_iv() (in module cryptnox_cli.lib.cryptos.wallet_utils)
AnyValidator (class in cryptnox_cli.wallet.validators)
Api (class in cryptnox_cli.wallet.eth.api)
api_key (cryptnox_cli.wallet.eth.api.EthValidator attribute)
append_PKCS7_padding() (in module cryptnox_cli.lib.cryptos.wallet_utils)
apply_multisignatures() (in module cryptnox_cli.lib.cryptos.transaction)
assert_bytes() (in module cryptnox_cli.lib.cryptos.wallet_utils)
available_networks (cryptnox_cli.wallet.eth.endpoint.CryptnoxEndpoint attribute)
(cryptnox_cli.wallet.eth.endpoint.Endpoint property)
(cryptnox_cli.wallet.eth.endpoint.InfuraEndpoint attribute)
(cryptnox_cli.wallet.eth.endpoint.PublicNodeEndpoint attribute)
B
b() (in module cryptnox_cli.lib.cryptos.pbkdf2)
b2a_hex() (in module cryptnox_cli.lib.cryptos.pbkdf2)
b58check_to_bin() (in module cryptnox_cli.lib.cryptos.main)
b58check_to_hex() (in module cryptnox_cli.lib.cryptos.main)
b64encode() (in module cryptnox_cli.lib.cryptos.pbkdf2)
balance() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
balance_fm_utxos() (cryptnox_cli.wallet.btc.BTCwallet static method)
BaseCoin (class in cryptnox_cli.lib.cryptos.coins.base)
basic_stealth_address_to_pubkeys() (in module cryptnox_cli.lib.cryptos.stealth)
bech32_create_checksum() (in module cryptnox_cli.lib.cryptos.segwit_addr)
bech32_decode() (in module cryptnox_cli.lib.cryptos.segwit_addr)
bech32_encode() (in module cryptnox_cli.lib.cryptos.segwit_addr)
bech32_hrp_expand() (in module cryptnox_cli.lib.cryptos.segwit_addr)
bech32_polymod() (in module cryptnox_cli.lib.cryptos.segwit_addr)
bech32_verify_checksum() (in module cryptnox_cli.lib.cryptos.segwit_addr)
bin_dbl_sha256() (in module cryptnox_cli.lib.cryptos.main)
(in module cryptnox_cli.lib.cryptos.specials)
bin_hash160() (in module cryptnox_cli.lib.cryptos.main)
bin_ripemd160() (in module cryptnox_cli.lib.cryptos.main)
bin_sha256() (in module cryptnox_cli.lib.cryptos.main)
bin_slowsha() (in module cryptnox_cli.lib.cryptos.main)
bin_to_b58check() (in module cryptnox_cli.lib.cryptos.specials)
bin_txhash() (in module cryptnox_cli.lib.cryptos.transaction)
binxor() (in module cryptnox_cli.lib.cryptos.pbkdf2)
bip32_bin_extract_key() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_ckd() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_derive_key() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_descend() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_deserialize() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_extract_key() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_hdm_addr() (in module cryptnox_cli.lib.cryptos.composite)
bip32_hdm_script() (in module cryptnox_cli.lib.cryptos.composite)
BIP32_KeyStore (class in cryptnox_cli.lib.cryptos.keystore)
bip32_master_key() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_privtopub() (in module cryptnox_cli.lib.cryptos.deterministic)
bip32_serialize() (in module cryptnox_cli.lib.cryptos.deterministic)
bip39_is_checksum_valid() (in module cryptnox_cli.lib.cryptos.keystore)
(in module cryptnox_cli.lib.cryptos.mnemonic)
bip39_mnemonic_to_seed() (in module cryptnox_cli.lib.cryptos.mnemonic)
bip39_normalize_passphrase() (in module cryptnox_cli.lib.cryptos.mnemonic)
bip39_to_seed() (in module cryptnox_cli.lib.cryptos.keystore)
Bitcoin (class in cryptnox_cli.lib.cryptos.coins)
(class in cryptnox_cli.lib.cryptos.coins.bitcoin)
BlkHubApi (class in cryptnox_cli.wallet.btc)
block_height() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
block_info() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
block_number (cryptnox_cli.wallet.eth.api.Api property)
BlockCypherApi (class in cryptnox_cli.wallet.btc)
BTC (cryptnox_cli.enums.Command attribute)
BtcNetworks (class in cryptnox_cli.wallet.btc)
BtcValidator (class in cryptnox_cli.wallet.btc)
BTCwallet (class in cryptnox_cli.wallet.btc)
bytes_to_hex_string() (in module cryptnox_cli.lib.cryptos.specials)
C
callable() (in module cryptnox_cli.lib.cryptos.pbkdf2)
can_change_password() (cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
can_export() (cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
can_import() (cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.KeyStore method)
can_sign() (cryptnox_cli.lib.cryptos.keystore.KeyStore method)
CARD (cryptnox_cli.enums.Command attribute)
CARD_CONFIGURATION (cryptnox_cli.enums.Command attribute)
CERTIFICATE (cryptnox_cli.enums.Command attribute)
change_address() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
change_addresses (cryptnox_cli.lib.cryptos.wallet.HDWallet property)
change_curve() (in module cryptnox_cli.lib.cryptos.main)
CHANGE_PIN (cryptnox_cli.enums.Command attribute)
CHANGE_PUK (cryptnox_cli.enums.Command attribute)
changebase() (in module cryptnox_cli.lib.cryptos.specials)
check_api_resp() (cryptnox_cli.wallet.btc.BlkHubApi method)
(cryptnox_cli.wallet.btc.BlockCypherApi method)
check_password() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
checksum_address() (in module cryptnox_cli.wallet.eth.api)
client_kwargs (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
close() (cryptnox_cli.lib.cryptos.pbkdf2.PBKDF2 method)
coin_symbol (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
coinvault_priv_to_bip32() (in module cryptnox_cli.lib.cryptos.deterministic)
coinvault_pub_to_bip32() (in module cryptnox_cli.lib.cryptos.deterministic)
Command (class in cryptnox_cli.enums)
command line option
--port
--serial
--verbose
--version
-s
-v
compress() (in module cryptnox_cli.lib.cryptos.main)
CONFIG (cryptnox_cli.enums.Command attribute)
contract() (cryptnox_cli.wallet.eth.api.Api method)
convertbits() (in module cryptnox_cli.lib.cryptos.segwit_addr)
copy() (cryptnox_cli.lib.cryptos.ripemd.RIPEMD160 method)
(cryptnox_cli.lib.cryptos.ripemd.RMDContext method)
count() (in module cryptnox_cli.lib.cryptos.main)
crack_bip32_privkey() (in module cryptnox_cli.lib.cryptos.deterministic)
crack_electrum_wallet() (in module cryptnox_cli.lib.cryptos.deterministic)
crypt() (cryptnox_cli.lib.cryptos.pbkdf2.PBKDF2 static method)
(in module cryptnox_cli.lib.cryptos.pbkdf2)
cryptnox_cli
module
cryptnox_cli.command
module
cryptnox_cli.command.helper
module
cryptnox_cli.command.user_keys.user_key_base
module
cryptnox_cli.constants
module
cryptnox_cli.enums
module
cryptnox_cli.lib
module
cryptnox_cli.lib.cryptos
module
cryptnox_cli.lib.cryptos.blocks
module
cryptnox_cli.lib.cryptos.coins
module
cryptnox_cli.lib.cryptos.coins.base
module
cryptnox_cli.lib.cryptos.coins.bitcoin
module
cryptnox_cli.lib.cryptos.composite
module
cryptnox_cli.lib.cryptos.constants
module
cryptnox_cli.lib.cryptos.deterministic
module
cryptnox_cli.lib.cryptos.keystore
module
cryptnox_cli.lib.cryptos.main
module
cryptnox_cli.lib.cryptos.mnemonic
module
cryptnox_cli.lib.cryptos.pbkdf2
module
cryptnox_cli.lib.cryptos.ripemd
module
cryptnox_cli.lib.cryptos.segwit_addr
module
cryptnox_cli.lib.cryptos.specials
module
cryptnox_cli.lib.cryptos.stealth
module
cryptnox_cli.lib.cryptos.transaction
module
cryptnox_cli.lib.cryptos.wallet
module
cryptnox_cli.lib.cryptos.wallet_utils
module
cryptnox_cli.wallet
module
cryptnox_cli.wallet.btc
module
cryptnox_cli.wallet.eth
module
cryptnox_cli.wallet.eth.api
module
cryptnox_cli.wallet.eth.endpoint
module
cryptnox_cli.wallet.validators
module
CryptnoxEndpoint (class in cryptnox_cli.wallet.eth.endpoint)
current_block_height() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
custom_bit (cryptnox_cli.command.user_keys.user_key_base.UserKey property)
D
dbl_sha256() (in module cryptnox_cli.lib.cryptos.main)
dbl_sha256_list() (in module cryptnox_cli.lib.cryptos.transaction)
decode() (in module cryptnox_cli.lib.cryptos.segwit_addr)
(in module cryptnox_cli.lib.cryptos.specials)
decode_privkey() (in module cryptnox_cli.lib.cryptos.main)
decode_pubkey() (in module cryptnox_cli.lib.cryptos.main)
decode_sig() (in module cryptnox_cli.lib.cryptos.main)
DecodeAES() (in module cryptnox_cli.lib.cryptos.wallet_utils)
decompress() (in module cryptnox_cli.lib.cryptos.main)
delete() (cryptnox_cli.command.user_keys.user_key_base.UserKey method)
delete_imported_key() (cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
der_decode_sig() (in module cryptnox_cli.lib.cryptos.transaction)
der_encode_sig() (in module cryptnox_cli.lib.cryptos.transaction)
derivation (cryptnox_cli.wallet.btc.BtcValidator attribute)
(cryptnox_cli.wallet.eth.api.EthValidator attribute)
derive_pubkey() (cryptnox_cli.lib.cryptos.keystore.Xpub method)
description (cryptnox_cli.command.user_keys.user_key_base.UserKey property)
deserialize() (in module cryptnox_cli.lib.cryptos.transaction)
deserialize_header() (in module cryptnox_cli.lib.cryptos.blocks)
deserialize_script() (in module cryptnox_cli.lib.cryptos.transaction)
details() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
deterministic_generate_k() (in module cryptnox_cli.lib.cryptos.main)
Deterministic_KeyStore (class in cryptnox_cli.lib.cryptos.keystore)
digest() (cryptnox_cli.lib.cryptos.ripemd.RIPEMD160 method)
DirectEndpoint (class in cryptnox_cli.wallet.eth.endpoint)
display_name (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
divide() (in module cryptnox_cli.lib.cryptos.main)
domain (cryptnox_cli.wallet.eth.endpoint.CryptnoxEndpoint property)
(cryptnox_cli.wallet.eth.endpoint.Endpoint property)
(cryptnox_cli.wallet.eth.endpoint.InfuraEndpoint property)
(cryptnox_cli.wallet.eth.endpoint.PublicNodeEndpoint property)
dump() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
E
ecdsa_raw_recover() (in module cryptnox_cli.lib.cryptos.main)
ecdsa_raw_sign() (in module cryptnox_cli.lib.cryptos.main)
ecdsa_raw_verify() (in module cryptnox_cli.lib.cryptos.main)
ecdsa_recover() (in module cryptnox_cli.lib.cryptos.main)
ecdsa_sign() (in module cryptnox_cli.lib.cryptos.main)
ecdsa_tx_recover() (in module cryptnox_cli.lib.cryptos.transaction)
ecdsa_tx_sign() (in module cryptnox_cli.lib.cryptos.transaction)
ecdsa_tx_verify() (in module cryptnox_cli.lib.cryptos.transaction)
ecdsa_verify() (in module cryptnox_cli.lib.cryptos.main)
ecdsa_verify_addr() (in module cryptnox_cli.lib.cryptos.main)
eint_to_bytes() (in module cryptnox_cli.lib.cryptos.mnemonic)
electrum_address() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(in module cryptnox_cli.lib.cryptos.deterministic)
electrum_mnemonic_to_seed() (in module cryptnox_cli.lib.cryptos.mnemonic)
electrum_mpk() (in module cryptnox_cli.lib.cryptos.deterministic)
electrum_privkey() (in module cryptnox_cli.lib.cryptos.deterministic)
electrum_pubkey() (in module cryptnox_cli.lib.cryptos.deterministic)
electrum_sig_hash() (in module cryptnox_cli.lib.cryptos.main)
electrum_stretch() (in module cryptnox_cli.lib.cryptos.deterministic)
electrum_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
electrum_xprv_headers (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
electrum_xpub_headers (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
enabled (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
enabled() (cryptnox_cli.command.user_keys.user_key_base.UserKey class method)
encode() (in module cryptnox_cli.lib.cryptos.segwit_addr)
(in module cryptnox_cli.lib.cryptos.specials)
encode_1_byte() (in module cryptnox_cli.lib.cryptos.transaction)
encode_4_bytes() (in module cryptnox_cli.lib.cryptos.transaction)
encode_8_bytes() (in module cryptnox_cli.lib.cryptos.transaction)
encode_privkey() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(in module cryptnox_cli.lib.cryptos.main)
encode_pubkey() (in module cryptnox_cli.lib.cryptos.main)
encode_sig() (in module cryptnox_cli.lib.cryptos.main)
EncodeAES() (in module cryptnox_cli.lib.cryptos.wallet_utils)
Endpoint (class in cryptnox_cli.wallet.eth.endpoint)
endpoint (cryptnox_cli.wallet.eth.api.EthValidator attribute)
EndpointValidator (class in cryptnox_cli.wallet.eth.endpoint)
entropy_cs() (in module cryptnox_cli.lib.cryptos.mnemonic)
entropy_to_words() (in module cryptnox_cli.lib.cryptos.mnemonic)
EnumValidator (class in cryptnox_cli.wallet.validators)
ephem_pubkey_from_tx_script() (in module cryptnox_cli.lib.cryptos.stealth)
ETH (cryptnox_cli.enums.Command attribute)
EthNetwork (class in cryptnox_cli.enums)
EthValidator (class in cryptnox_cli.wallet.eth.api)
ExitException
export_privkeys() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
F
F0() (in module cryptnox_cli.lib.cryptos.ripemd)
F1() (in module cryptnox_cli.lib.cryptos.ripemd)
F2() (in module cryptnox_cli.lib.cryptos.ripemd)
F3() (in module cryptnox_cli.lib.cryptos.ripemd)
F4() (in module cryptnox_cli.lib.cryptos.ripemd)
factory() (in module cryptnox_cli.wallet.eth.endpoint)
fast_add() (in module cryptnox_cli.lib.cryptos.main)
fast_multiply() (in module cryptnox_cli.lib.cryptos.main)
fees (cryptnox_cli.wallet.btc.BtcValidator attribute)
fetchtx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
format_seed() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
from_bip39_seed() (in module cryptnox_cli.lib.cryptos.keystore)
from_byte_to_int() (in module cryptnox_cli.lib.cryptos.specials)
from_electrum_seed() (in module cryptnox_cli.lib.cryptos.keystore)
from_int_representation_to_bytes() (in module cryptnox_cli.lib.cryptos.specials)
from_int_to_byte() (in module cryptnox_cli.lib.cryptos.specials)
from_jacobian() (in module cryptnox_cli.lib.cryptos.main)
from_master_key() (in module cryptnox_cli.lib.cryptos.keystore)
from_private_key_list() (in module cryptnox_cli.lib.cryptos.keystore)
from_string_to_bytes() (in module cryptnox_cli.lib.cryptos.specials)
from_xprv() (in module cryptnox_cli.lib.cryptos.keystore)
from_xpub() (in module cryptnox_cli.lib.cryptos.keystore)
G
gas_price (cryptnox_cli.wallet.eth.api.Api property)
get_api() (cryptnox_cli.wallet.btc.BlkHubApi static method)
get_balance() (cryptnox_cli.wallet.btc.BTCwallet method)
(cryptnox_cli.wallet.eth.api.Api method)
get_code_string() (in module cryptnox_cli.lib.cryptos.specials)
get_data() (cryptnox_cli.wallet.btc.BlkHubApi method)
(cryptnox_cli.wallet.btc.BlockCypherApi method)
get_fee_estimate() (cryptnox_cli.wallet.btc.BTCwallet method)
get_fee_estimates() (cryptnox_cli.wallet.btc.BlkHubApi method)
get_key() (cryptnox_cli.wallet.btc.BlkHubApi method)
(cryptnox_cli.wallet.btc.BlockCypherApi method)
get_master_private_key() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
get_master_public_key() (cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Xpub method)
get_passphrase() (cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
get_private_key() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
get_private_keys() (in module cryptnox_cli.lib.cryptos.keystore)
get_privkey_format() (in module cryptnox_cli.lib.cryptos.main)
get_pubkey_derivation() (cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
get_pubkey_format() (in module cryptnox_cli.lib.cryptos.main)
get_pubkey_from_xpub() (cryptnox_cli.lib.cryptos.keystore.Xpub class method)
get_pubkeys_from_secret() (in module cryptnox_cli.lib.cryptos.wallet_utils)
get_seed() (cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
get_transaction_count() (cryptnox_cli.wallet.eth.api.Api method)
get_tx_derivations() (cryptnox_cli.lib.cryptos.keystore.KeyStore method)
get_utx_os() (cryptnox_cli.wallet.btc.BlkHubApi method)
(cryptnox_cli.wallet.btc.BlockCypherApi method)
(cryptnox_cli.wallet.btc.BTCwallet method)
get_version_byte() (in module cryptnox_cli.lib.cryptos.main)
getG() (in module cryptnox_cli.lib.cryptos.main)
GOERLI (cryptnox_cli.enums.EthNetwork attribute)
H
Hardware_KeyStore (class in cryptnox_cli.lib.cryptos.keystore)
hardware_keystore() (in module cryptnox_cli.lib.cryptos.keystore)
has_seed() (cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.KeyStore method)
hash160() (in module cryptnox_cli.lib.cryptos.main)
hash_to_int() (in module cryptnox_cli.lib.cryptos.main)
hash_to_segwit_addr() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
hashcode (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
hd_path (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
HDWallet (class in cryptnox_cli.lib.cryptos.wallet)
hex_to_b58check() (in module cryptnox_cli.lib.cryptos.main)
hex_to_hash160() (in module cryptnox_cli.lib.cryptos.main)
hexdigest() (cryptnox_cli.lib.cryptos.ripemd.RIPEMD160 method)
hexread() (cryptnox_cli.lib.cryptos.pbkdf2.PBKDF2 method)
HISTORY (cryptnox_cli.enums.Command attribute)
history() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(cryptnox_cli.lib.cryptos.wallet.HDWallet method)
hmac_sha_512() (in module cryptnox_cli.lib.cryptos.wallet_utils)
I
import_privkey() (cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
Imported_KeyStore (class in cryptnox_cli.lib.cryptos.keystore)
INFO (cryptnox_cli.enums.Command attribute)
InfuraEndpoint (class in cryptnox_cli.wallet.eth.endpoint)
INITIALIZE (cryptnox_cli.enums.Command attribute)
inspect() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
int_to_hex() (in module cryptnox_cli.lib.cryptos.wallet_utils)
IntValidator (class in cryptnox_cli.wallet.validators)
inv() (in module cryptnox_cli.lib.cryptos.main)
inv_dict() (in module cryptnox_cli.lib.cryptos.wallet_utils)
InvalidPadding
InvalidPassword
InvalidPasswordException
is_address() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
is_address_list() (in module cryptnox_cli.lib.cryptos.keystore)
is_bip32_key() (in module cryptnox_cli.lib.cryptos.keystore)
is_bip66() (in module cryptnox_cli.lib.cryptos.transaction)
is_change() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
is_CJK() (in module cryptnox_cli.lib.cryptos.mnemonic)
is_deterministic() (cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
is_inp() (in module cryptnox_cli.lib.cryptos.transaction)
is_int() (in module cryptnox_cli.wallet.validators)
is_master_key() (in module cryptnox_cli.lib.cryptos.keystore)
is_mine() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
is_minikey() (in module cryptnox_cli.lib.cryptos.wallet_utils)
is_mpk() (in module cryptnox_cli.lib.cryptos.keystore)
is_new_seed() (in module cryptnox_cli.lib.cryptos.wallet_utils)
is_old_seed() (in module cryptnox_cli.lib.cryptos.mnemonic)
is_p2sh() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
is_private() (in module cryptnox_cli.lib.cryptos.keystore)
is_private_key() (in module cryptnox_cli.lib.cryptos.keystore)
is_private_key_list() (in module cryptnox_cli.lib.cryptos.keystore)
is_privkey() (in module cryptnox_cli.lib.cryptos.main)
is_pubkey() (in module cryptnox_cli.lib.cryptos.main)
is_seed() (in module cryptnox_cli.lib.cryptos.mnemonic)
(in module cryptnox_cli.lib.cryptos.wallet_utils)
is_segwit() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(in module cryptnox_cli.lib.cryptos.transaction)
is_testnet (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
is_watching_only() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Deterministic_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.KeyStore method)
is_xprv() (in module cryptnox_cli.lib.cryptos.deterministic)
is_xpub() (in module cryptnox_cli.lib.cryptos.deterministic)
is_xpubkey() (in module cryptnox_cli.lib.cryptos.keystore)
isbytes() (in module cryptnox_cli.lib.cryptos.pbkdf2)
isinf() (in module cryptnox_cli.lib.cryptos.main)
isinteger() (in module cryptnox_cli.lib.cryptos.pbkdf2)
isunicode() (in module cryptnox_cli.lib.cryptos.pbkdf2)
J
jacobian_add() (in module cryptnox_cli.lib.cryptos.main)
jacobian_double() (in module cryptnox_cli.lib.cryptos.main)
jacobian_multiply() (in module cryptnox_cli.lib.cryptos.main)
json_changebase() (in module cryptnox_cli.lib.cryptos.transaction)
json_is_base() (in module cryptnox_cli.lib.cryptos.transaction)
K
KeyStore (class in cryptnox_cli.lib.cryptos.keystore)
KOVAN (cryptnox_cli.enums.EthNetwork attribute)
L
limit (cryptnox_cli.wallet.eth.api.EthValidator attribute)
list_to_bytes() (in module cryptnox_cli.lib.cryptos.transaction)
lpad() (in module cryptnox_cli.lib.cryptos.specials)
M
magicbyte (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
magicbyte_to_prefix() (in module cryptnox_cli.lib.cryptos.main)
MAINNET (cryptnox_cli.enums.EthNetwork attribute)
(cryptnox_cli.wallet.btc.BtcNetworks attribute)
max_change_outputs (cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore attribute)
may_have_password() (cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Software_KeyStore method)
merkle_prove() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
minikey_to_private_key() (in module cryptnox_cli.lib.cryptos.wallet_utils)
mk_merkle_proof() (in module cryptnox_cli.lib.cryptos.blocks)
mk_multisig_script() (in module cryptnox_cli.lib.cryptos.transaction)
mk_multsig_address() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
mk_p2w_scripthash_script() (in module cryptnox_cli.lib.cryptos.transaction)
mk_p2wpkh_redeemscript() (in module cryptnox_cli.lib.cryptos.transaction)
mk_p2wpkh_script() (in module cryptnox_cli.lib.cryptos.transaction)
mk_p2wpkh_scriptcode() (in module cryptnox_cli.lib.cryptos.transaction)
mk_pubkey_script() (in module cryptnox_cli.lib.cryptos.transaction)
mk_scripthash_script() (in module cryptnox_cli.lib.cryptos.transaction)
mk_stealth_metadata_script() (in module cryptnox_cli.lib.cryptos.stealth)
mk_stealth_tx_outputs() (in module cryptnox_cli.lib.cryptos.stealth)
mksend() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(cryptnox_cli.lib.cryptos.wallet.HDWallet method)
mktx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
mnemonic_int_to_words() (in module cryptnox_cli.lib.cryptos.mnemonic)
mnemonic_to_seed() (in module cryptnox_cli.lib.cryptos.mnemonic)
module
cryptnox_cli
cryptnox_cli.command
cryptnox_cli.command.helper
cryptnox_cli.command.user_keys.user_key_base
cryptnox_cli.constants
cryptnox_cli.enums
cryptnox_cli.lib
cryptnox_cli.lib.cryptos
cryptnox_cli.lib.cryptos.blocks
cryptnox_cli.lib.cryptos.coins
cryptnox_cli.lib.cryptos.coins.base
cryptnox_cli.lib.cryptos.coins.bitcoin
cryptnox_cli.lib.cryptos.composite
cryptnox_cli.lib.cryptos.constants
cryptnox_cli.lib.cryptos.deterministic
cryptnox_cli.lib.cryptos.keystore
cryptnox_cli.lib.cryptos.main
cryptnox_cli.lib.cryptos.mnemonic
cryptnox_cli.lib.cryptos.pbkdf2
cryptnox_cli.lib.cryptos.ripemd
cryptnox_cli.lib.cryptos.segwit_addr
cryptnox_cli.lib.cryptos.specials
cryptnox_cli.lib.cryptos.stealth
cryptnox_cli.lib.cryptos.transaction
cryptnox_cli.lib.cryptos.wallet
cryptnox_cli.lib.cryptos.wallet_utils
cryptnox_cli.wallet
cryptnox_cli.wallet.btc
cryptnox_cli.wallet.eth
cryptnox_cli.wallet.eth.api
cryptnox_cli.wallet.eth.endpoint
cryptnox_cli.wallet.validators
mul_privkeys() (in module cryptnox_cli.lib.cryptos.main)
multiaccess() (in module cryptnox_cli.lib.cryptos.main)
multiply() (in module cryptnox_cli.lib.cryptos.main)
multisign() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(in module cryptnox_cli.lib.cryptos.transaction)
N
name (cryptnox_cli.command.user_keys.user_key_base.UserKey property)
(cryptnox_cli.wallet.eth.endpoint.CryptnoxEndpoint attribute)
(cryptnox_cli.wallet.eth.endpoint.Endpoint property)
(cryptnox_cli.wallet.eth.endpoint.InfuraEndpoint attribute)
(cryptnox_cli.wallet.eth.endpoint.PublicNodeEndpoint attribute)
neg_privkey() (in module cryptnox_cli.lib.cryptos.main)
neg_pubkey() (in module cryptnox_cli.lib.cryptos.main)
network (cryptnox_cli.wallet.btc.BtcValidator attribute)
(cryptnox_cli.wallet.eth.api.Api property)
(cryptnox_cli.wallet.eth.api.EthValidator attribute)
new() (in module cryptnox_cli.lib.cryptos.ripemd)
new_change_address() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
new_change_address_range() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
new_change_addresses() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
new_receiving_address() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
new_receiving_address_range() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
new_receiving_addresses() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
normalize_text() (in module cryptnox_cli.lib.cryptos.mnemonic)
NotFoundException
NotSupportedException
num_to_var_int() (in module cryptnox_cli.lib.cryptos.main)
number_of_significant_digits() (in module cryptnox_cli.lib.cryptos.wallet_utils)
O
output_script_to_address() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(in module cryptnox_cli.lib.cryptos.transaction)
P
p2sh_scriptaddr() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
p2wpkh_from_bip39_seed() (in module cryptnox_cli.lib.cryptos.keystore)
p2wpkh_nested_script() (in module cryptnox_cli.lib.cryptos.transaction)
p2wpkh_p2sh_from_bip39_seed() (in module cryptnox_cli.lib.cryptos.keystore)
p2wpkh_p2sh_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
p2wpkh_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
paired() (cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
parse_bip32_path() (in module cryptnox_cli.lib.cryptos.deterministic)
parse_xpubkey() (in module cryptnox_cli.lib.cryptos.keystore)
PATH (cryptnox_cli.wallet.btc.BTCwallet attribute)
(cryptnox_cli.wallet.eth.api.Api attribute)
PBKDF2 (class in cryptnox_cli.lib.cryptos.pbkdf2)
prepare() (cryptnox_cli.wallet.btc.BTCwallet method)
preparemultitx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
preparesignedmultitx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
preparesignedtx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
preparetx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
price (cryptnox_cli.wallet.eth.api.EthValidator attribute)
priority (cryptnox_cli.command.user_keys.user_key_base.UserKey attribute)
privkey() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
privkey_to_address() (in module cryptnox_cli.lib.cryptos.main)
privkey_to_pubkey() (in module cryptnox_cli.lib.cryptos.main)
privtoaddr() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(in module cryptnox_cli.lib.cryptos.main)
privtop2w() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
privtopub() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(in module cryptnox_cli.lib.cryptos.main)
privtosegwit() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
ProcessingException
provider (cryptnox_cli.wallet.eth.endpoint.CryptnoxEndpoint property)
(cryptnox_cli.wallet.eth.endpoint.DirectEndpoint property)
(cryptnox_cli.wallet.eth.endpoint.Endpoint property)
(cryptnox_cli.wallet.eth.endpoint.InfuraEndpoint property)
(cryptnox_cli.wallet.eth.endpoint.PublicNodeEndpoint property)
pubkey_change() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
pubkey_receiving() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
pubkey_to_address() (in module cryptnox_cli.lib.cryptos.main)
pubkey_to_hash() (in module cryptnox_cli.lib.cryptos.main)
pubkey_to_hash_hex() (in module cryptnox_cli.lib.cryptos.main)
pubkeys_to_basic_stealth_address() (in module cryptnox_cli.lib.cryptos.stealth)
public_key (cryptnox_cli.command.user_keys.user_key_base.UserKey property)
public_txhash() (in module cryptnox_cli.lib.cryptos.transaction)
PublicNodeEndpoint (class in cryptnox_cli.wallet.eth.endpoint)
pubtoaddr() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(cryptnox_cli.lib.cryptos.wallet.HDWallet method)
(in module cryptnox_cli.lib.cryptos.main)
pubtop2w() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
pubtosegwit() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
push() (cryptnox_cli.wallet.eth.api.Api method)
push_tx() (cryptnox_cli.wallet.btc.BlkHubApi method)
(cryptnox_cli.wallet.btc.BlockCypherApi method)
pushtx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
pw_decode() (in module cryptnox_cli.lib.cryptos.wallet_utils)
pw_encode() (in module cryptnox_cli.lib.cryptos.wallet_utils)
R
R() (in module cryptnox_cli.lib.cryptos.ripemd)
random_electrum_seed() (in module cryptnox_cli.lib.cryptos.main)
random_key() (in module cryptnox_cli.lib.cryptos.main)
random_string() (in module cryptnox_cli.lib.cryptos.specials)
raw_bip32_ckd() (in module cryptnox_cli.lib.cryptos.deterministic)
raw_bip32_privtopub() (in module cryptnox_cli.lib.cryptos.deterministic)
raw_crack_bip32_privkey() (in module cryptnox_cli.lib.cryptos.deterministic)
read() (cryptnox_cli.lib.cryptos.pbkdf2.PBKDF2 method)
receiving_address() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
receiving_addresses (cryptnox_cli.lib.cryptos.wallet.HDWallet property)
register_keystore() (in module cryptnox_cli.lib.cryptos.keystore)
RESET (cryptnox_cli.enums.Command attribute)
rev_hex() (in module cryptnox_cli.lib.cryptos.wallet_utils)
RINKEBY (cryptnox_cli.enums.EthNetwork attribute)
RIPEMD160 (class in cryptnox_cli.lib.cryptos.ripemd)
ripemd160() (in module cryptnox_cli.lib.cryptos.main)
RMD160Final() (in module cryptnox_cli.lib.cryptos.ripemd)
RMD160Transform() (in module cryptnox_cli.lib.cryptos.ripemd)
RMD160Update() (in module cryptnox_cli.lib.cryptos.ripemd)
RMDContext (class in cryptnox_cli.lib.cryptos.ripemd)
ROL() (in module cryptnox_cli.lib.cryptos.ripemd)
rpc_client (cryptnox_cli.lib.cryptos.coins.base.BaseCoin property)
S
safe_from_hex() (in module cryptnox_cli.lib.cryptos.specials)
safe_hexlify() (in module cryptnox_cli.lib.cryptos.specials)
script_magicbyte (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
script_to_p2wsh() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
scripttoaddr() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
secondary_hashcode (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
SEED (cryptnox_cli.enums.Command attribute)
seed_prefix() (in module cryptnox_cli.lib.cryptos.mnemonic)
seed_type() (in module cryptnox_cli.lib.cryptos.mnemonic)
(in module cryptnox_cli.lib.cryptos.wallet_utils)
segwit_hrp (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
segwit_supported (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
select() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
(in module cryptnox_cli.lib.cryptos.transaction)
select_utxos() (cryptnox_cli.wallet.btc.BTCwallet static method)
send() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(cryptnox_cli.wallet.btc.BTCwallet method)
sendmultitx() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
SEPOLIA (cryptnox_cli.enums.EthNetwork attribute)
serialize() (in module cryptnox_cli.lib.cryptos.transaction)
serialize_header() (in module cryptnox_cli.lib.cryptos.blocks)
serialize_script() (in module cryptnox_cli.lib.cryptos.transaction)
serialize_script_unit() (in module cryptnox_cli.lib.cryptos.transaction)
SERVER (cryptnox_cli.enums.Command attribute)
set_label() (cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
setup_coinvault_tx() (in module cryptnox_cli.lib.cryptos.composite)
sha256() (in module cryptnox_cli.lib.cryptos.main)
shared_secret_receiver() (in module cryptnox_cli.lib.cryptos.stealth)
shared_secret_sender() (in module cryptnox_cli.lib.cryptos.stealth)
sign() (cryptnox_cli.command.user_keys.user_key_base.UserKey method)
(cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(cryptnox_cli.lib.cryptos.wallet.HDWallet method)
sign_coinvault_tx() (in module cryptnox_cli.lib.cryptos.composite)
sign_message() (cryptnox_cli.lib.cryptos.wallet.HDWallet method)
signall() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
signature_form() (in module cryptnox_cli.lib.cryptos.transaction)
slice() (in module cryptnox_cli.lib.cryptos.main)
slot_index (cryptnox_cli.command.user_keys.user_key_base.UserKey property)
slowsha() (in module cryptnox_cli.lib.cryptos.main)
Software_KeyStore (class in cryptnox_cli.lib.cryptos.keystore)
standard_from_bip39_seed() (in module cryptnox_cli.lib.cryptos.keystore)
strip_PKCS7_padding() (in module cryptnox_cli.lib.cryptos.wallet_utils)
subtract() (in module cryptnox_cli.lib.cryptos.main)
subtract_privkeys() (in module cryptnox_cli.lib.cryptos.main)
subtract_pubkeys() (in module cryptnox_cli.lib.cryptos.main)
sum() (in module cryptnox_cli.lib.cryptos.main)
SYMBOL (cryptnox_cli.wallet.eth.api.Api attribute)
T
test_addr() (in module cryptnox_cli.wallet.btc)
TESTNET (cryptnox_cli.wallet.btc.BtcNetworks attribute)
testnet_overrides (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
(cryptnox_cli.lib.cryptos.coins.Bitcoin attribute)
(cryptnox_cli.lib.cryptos.coins.bitcoin.Bitcoin attribute)
to_jacobian() (in module cryptnox_cli.lib.cryptos.main)
transaction_hash() (cryptnox_cli.wallet.eth.api.Api method)
TRANSFER (cryptnox_cli.enums.Command attribute)
txhash() (in module cryptnox_cli.lib.cryptos.transaction)
txinputs() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
U
uahf_digest() (in module cryptnox_cli.lib.cryptos.transaction)
uncover_pay_privkey() (in module cryptnox_cli.lib.cryptos.stealth)
uncover_pay_pubkey_receiver() (in module cryptnox_cli.lib.cryptos.stealth)
uncover_pay_pubkey_sender() (in module cryptnox_cli.lib.cryptos.stealth)
UNLOCK_PIN (cryptnox_cli.enums.Command attribute)
unpaired() (cryptnox_cli.lib.cryptos.keystore.Hardware_KeyStore method)
unspent() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
(cryptnox_cli.lib.cryptos.wallet.HDWallet method)
update() (cryptnox_cli.lib.cryptos.ripemd.RIPEMD160 method)
update_password() (cryptnox_cli.lib.cryptos.keystore.BIP32_KeyStore method)
(cryptnox_cli.lib.cryptos.keystore.Imported_KeyStore method)
UrlValidator (class in cryptnox_cli.wallet.validators)
USER_KEY (cryptnox_cli.enums.Command attribute)
UserKey (class in cryptnox_cli.command.user_keys.user_key_base)
UserKeyException
V
validate() (cryptnox_cli.wallet.eth.api.EthValidator method)
(cryptnox_cli.wallet.eth.endpoint.EndpointValidator method)
(cryptnox_cli.wallet.validators.AnyValidator method)
(cryptnox_cli.wallet.validators.EnumValidator method)
(cryptnox_cli.wallet.validators.IntValidator method)
(cryptnox_cli.wallet.validators.UrlValidator method)
(cryptnox_cli.wallet.validators.Validator method)
ValidationError
Validator (class in cryptnox_cli.wallet.validators)
verify_tx_input() (in module cryptnox_cli.lib.cryptos.transaction)
W
wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
watch_electrum_p2wpkh_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
watch_electrum_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
watch_p2wpkh_p2sh_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
watch_p2wpkh_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
watch_wallet() (cryptnox_cli.lib.cryptos.coins.base.BaseCoin method)
wif_prefix (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
wif_script_types (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
words_bisect() (in module cryptnox_cli.lib.cryptos.mnemonic)
words_mine() (in module cryptnox_cli.lib.cryptos.mnemonic)
words_split() (in module cryptnox_cli.lib.cryptos.mnemonic)
words_to_mnemonic_int() (in module cryptnox_cli.lib.cryptos.mnemonic)
words_verify() (in module cryptnox_cli.lib.cryptos.mnemonic)
X
xprv_header() (in module cryptnox_cli.lib.cryptos.wallet_utils)
xprv_headers (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
Xpub (class in cryptnox_cli.lib.cryptos.keystore)
xpub_header() (in module cryptnox_cli.lib.cryptos.wallet_utils)
xpub_headers (cryptnox_cli.lib.cryptos.coins.base.BaseCoin attribute)
xpubkey_to_address() (in module cryptnox_cli.lib.cryptos.keystore)
xpubkey_to_pubkey() (in module cryptnox_cli.lib.cryptos.keystore)
xtype_from_derivation() (in module cryptnox_cli.lib.cryptos.keystore)