zingolabs / zingolib

An API and test-app that exposes zcash functionality for app consumption
MIT License
15 stars 23 forks source link

added LightWallet::get_first_address #1420

Closed fluidvanadium closed 1 month ago

fluidvanadium commented 2 months ago

before this PR merges, all methods to receive an address are methods of LightClient. even though a LightWallet contains an address.

fixes above.