This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am mkraemer on github. | |
* I am mkraemer (https://keybase.io/mkraemer) on keybase. | |
* I have a public key whose fingerprint is 580D 284A AD0B 5052 64E9 B124 AAA3 9950 E51A BA06 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Bitcoin\BTCChina; | |
class API | |
{ | |
protected $key; | |
protected $secret; |