Skip to content

php-bitcoinrpc v2.0.11

Compare
Choose a tag to compare
@denpamusic denpamusic released this 04 Oct 16:35
· 103 commits to master since this release
47b9ae2
  • Added ability to change response handler class via getResponseHandler() method, when extending Denpa\Bitcoin\Client class.
    This allows for further response customizations in dependent packages like denpa\laravel-bitcoinrpc.
    See: BitcoindResponse.php and Response.php
  • Improved namespace structure.