bittensor_wallet.utils#
|
Returns the SS58 format of the given address string. |
|
Checks if the given address is a valid destination address. |
|
|
|
Checks if the given address is a valid ss58 address. |
Module Contents#
Functions Details
- bittensor_wallet.utils.get_ss58_format(ss58_address)
Returns the SS58 format of the given address string.
- bittensor_wallet.utils.is_valid_bittensor_address_or_public_key(address)
Checks if the given address is a valid destination address.
- bittensor_wallet.utils.is_valid_ed25519_pubkey(public_key)
- bittensor_wallet.utils.is_valid_ss58_address(address)
Checks if the given address is a valid ss58 address.
- Parameters:
address (str) – The address to check.
- Returns:
True if the address is a valid ss58 address for Bittensor, False otherwise.