Sjors / libwally-swift

Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets
MIT License
40 stars 18 forks source link

Expose Key, PubKey properties #27

Closed jackpooleybc closed 4 years ago

jackpooleybc commented 4 years ago

The Blockchain app depends on being able to access the key data. This PR exposes the relevant properties on Key and PubKey

Sjors commented 4 years ago

This also fixes #26