Bitshala-Incubator / silent-pay

a TS library for silent payments
MIT License
8 stars 10 forks source link

Add a `lookahead` for addresses #20

Closed theanmolsharma closed 4 months ago

theanmolsharma commented 6 months ago
emjshrx commented 5 months ago

Does this mean we store address:path in wdb.A and path:address in wdb.P. Isnt this data duplication and if one of these is most commonly used can we just store that and if needed iterate over all db entries to get the other one?