Techcronus Mobile Developer
Techcronus Mobile Developer
Please install with pods. Implement this in pod File. platform :ios, '9.0' source 'https://github.com/CocoaPods/Specs.git' target "project_name" do pod 'CoreBitcoin', :git => "https://github.com/andrewtoth/CoreBitcoin.git" end
# Here I got Solution. if you implement this method you can get transaction raw. func callBTCTransaction() { let address = BTCAddress(string: receiverAddress) let newTransaction = BTCTransactionBuilder() newTransaction.dataSource = self...
Hi TripKey, Can you please share remaining transaction broadcast method? we have an issue to make a transaction complete? can you please help us. we are using API: "https://testnet.blockchain.info/pushtx" in...
Hi Trip, let me figure out this problem once I will complete it after that provide full code.
Hello My friend, Please Download this demo you will find the solution. I have used this library as custom classes. please let me know if you have any query. [WalletDemo.zip](https://github.com/essentiaone/HDWallet/files/2667590/WalletDemo.zip)
Hi, This issue occur when I have realase new build update on exist build database not change because I have implement this condition: if !fileManager.fileExists(atPath: databasePath) { let documentsURL =...