Releases: nascin/hathor-wallet
Releases · nascin/hathor-wallet
v0.1.0
Available methods
wallet.start()
: Starts the walletwallet.status()
: Returns the status of the walletwallet.balance()
: Returns the balance of the walletwallet.current_address(mark_as_used=None)
: Returns the current address of the wallet, it is possible to pass as a parameter if you want to mark the address as used.wallet.all_generated_addres()
: Returns all addresses generated by the wallet.simple_send_tx
: Performs a simple transaction to another address.tx_history
: Returns the transaction history of the Hathor wallet.wallet.stop()
: Stops the wallet
v0.0.2
Available methods
wallet.start()
: Starts the walletwallet.status()
: Returns the status of the walletwallet.balance()
: Returns the balance of the walletwallet.current_address(mark_as_used: Optional[str] = None)
: Returns the current address of the wallet, it is possible to pass as a parameter if you want to mark the address as used.wallet.all_generated_addres()
: Returns all addresses generated by the wallet.wallet.stop()
: Stops the wallet