Services¶
__init__ Module¶
-
pycoin.services.__init__.spendables_for_address(address, netcode, format=None)[source]¶ Return a list of Spendable objects for the given bitcoin address.
Set format to “text” or “dict” to transform return value from an object to a string or dict.
This is intended to be a convenience function. There is no way to know that the list returned is a complete list of spendables for the address in question.
You can verify that they really do come from the existing transaction by calling tx_utils.validate_unspents.
bitcoind Module¶
blockchain_info Module¶
blockcypher Module¶
chain_so Module¶
env Module¶
insight Module¶
providers Module¶
-
pycoin.services.providers.spendables_for_address(address, netcode, format=None)[source]¶ Return a list of Spendable objects for the given bitcoin address.
Set format to “text” or “dict” to transform return value from an object to a string or dict.
This is intended to be a convenience function. There is no way to know that the list returned is a complete list of spendables for the address in question.
You can verify that they really do come from the existing transaction by calling tx_utils.validate_unspents.