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