BitcoinCore.Swift icon indicating copy to clipboard operation
BitcoinCore.Swift copied to clipboard

Comprehensive Bitcoin development library for iOS, implemented on Swift.

Results 4 BitcoinCore.Swift issues
Sort by recently updated
recently updated
newest added

I'm inquiring about the capability and method for executing transactions from multisignature (multisig) wallets within BitcoinCore.Swift. Specifically, I'm interested in: Is direct multisig transaction creation supported? Required commands or API...

The purpose of this PR is to expose the ITransactionSigner and IInputSigner interfaces so that a custom signer can be passed in instead of the default signer. This is useful...

Issue : current testnet's apiTransactionProvider `https://btc-testnet.horizontalsystems.xyz/api` endpoint is closed Fixes: Add mempool.space for apiTransactionProvider which is used in testnet

Documentation states: `Restoring with [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) extended public key. (This becomes a Watch account unable to spend funds)` While in code - creating HDExtendedKey from bip32 extended key - throws error