nerdcash / Nerdbank.Cryptocurrencies

.NET libraries for processing Zcash and other cryptocurrencies.
MIT License
5 stars 3 forks source link

Implement ZIP-320 TEX addresses #318

Closed AArnott closed 1 month ago

AArnott commented 1 month ago

Add a new TexAddress class and TexReceiver struct, with tests and decoding hooks to match.

Sending to TEX addresses is not yet supported. This is blocked by a librustzcash update even newer than what #323 brings in because librustzcash does not yet support TEX addresses. https://github.com/zcash/librustzcash/issues/1403