Hussain Saddiq

Results 2 issues of Hussain Saddiq

Hey @afk11 ! can you help me this is my code: $oldTransactions = file_get_contents('https://blockchain.info/rawaddr/15716aoSwq1VuqZgxbTSEXg7XAknmRVmE7'); $oldTransactions = json_decode($oldTransactions, true); $wif = 'xxxxxxx'; $txid = $oldTransactions['txs'][0]['hash']; $address = '1LDQAktLU5Wcw55CU3nzNE6RqVnCPFWzdQ'; $privKeyFactory = new...

hey @afk11 I am stuck in an error in main, can you help me? This is my code. $oldTransactions = file_get_contents('https://blockchain.info/rawaddr/15716aoSwq1VuqZgxbTSEXg7XAknmRVmE7'); $oldTransactions = json_decode($oldTransactions, true); $wif = 'xxxxx'; $txid =...