Dogecoin client
Dogecoin client
- class xchainpy2_dogecoin.doge_client.DogecoinClient(network=NetworkType.MAINNET, phrase: str | None = None, private_key: str | bytes | callable | None = None, fee_bound: FeeBounds | None = (10, 20000000), root_derivation_paths: Dict[NetworkType, str] | None = {NetworkType.DEVNET: "44'/1'/0'/0/", NetworkType.MAINNET: "44'/3'/0'/0/", NetworkType.STAGENET: "44'/3'/0'/0/", NetworkType.TESTNET: "44'/1'/0'/0/"}, explorer_providers={NetworkType.MAINNET: ('https://blockchair.com/dogecoin/', 'https://blockchair.com/dogecoin/address/{address}', 'https://blockchair.com/dogecoin/transaction/{tx_id}'), NetworkType.STAGENET: ('https://blockchair.com/dogecoin/', 'https://blockchair.com/dogecoin/address/{address}', 'https://blockchair.com/dogecoin/transaction/{tx_id}'), NetworkType.TESTNET: ('https://sochain.com/tx/DOGETEST/', 'https://sochain.com/address/DOGETEST/{address}', 'https://sochain.com/tx/DOGETEST/{tx_id}')}, wallet_index=0, provider_names=['blockcypher', 'blockchair', 'blockbook'], daemon_url: str | None = None)
Bases:
BitcoinClient- get_address() str
Get the DOGE address Uses standard P2PKH address format (starting with ‘D’ for mainnet, ‘n’ for testnet) :return: The DOGE address