Skip to content

Added Sweep Functionality

Choose a tag to compare

@doersf doersf released this 18 Dec 11:41
· 86 commits to master since this release

This release adds a sweep functionality. You can now provide a Private Key to sweep coins (transfer) from a source address into a destination address.

Usage:

block_io.sweep_from_address(from_address='SOURCE ADDRESS',private_key='WALLET IMPORT FORMAT PRIVATE KEY FOR SOURCE ADDRESS',to_address='DESTINATION ADDRESS TO DEPOSIT COINS INTO')