zcash / librustzcash

Rust-language assets for Zcash
Other
324 stars 243 forks source link

zcash_address: Add a `HrpSet` trait to allow for additional testnets. #1344

Open nuttycom opened 2 months ago

nuttycom commented 2 months ago

When introducing a testnet for ZSAs, it could be useful to have a separate set of HRPs for addresses used on this testnet. We should create an abstraction that allows adding such configurability.