Swift implementation of bitcoin transaction creation

0

Is there a well known and widely used Swift implementation for creating raw Bitcoin transactions and getting their hash (SegWit and Non-SegWit) of signing?

If not, is there a reference document that explains how to get the hash of a transaction for non segwit - I've read bip 143 which helped for segwit hashes.

Malone

Posted 2019-03-01T14:27:26.907

Reputation: 177

No answers