hd_wallet_algorand

Module for generating Algorand wallets.

class HdWalletAlgorand(wallet_name: str, bip_obj: Bip44Base, mnemonic: str = '', seed_bytes: bytes = b'')

Bases: HdWalletBase

HD wallet Algorand class. It allows to generate an Algorand wallet like the official one.

m_bip_obj: Bip44Base
Generate(**kwargs: Any) None

Generate wallet keys and addresses.

IsWatchOnly() bool

Get if the wallet is watch-only.

Returns :

bool: True if watch-only, false otherwise