Describe the enhancement
Add a method wallet_birthday or birthday that returns the unix time of when the wallet was created.
Use case
If we know the birthday of a wallet, we can avoid scanning blocks that happened before the wallet was created. If there's no birthday, we must scan the entire chain to be sure that we don't miss txs.
Describe the enhancement
Add a method
wallet_birthdayorbirthdaythat returns the unix time of when the wallet was created.Use case
If we know the birthday of a wallet, we can avoid scanning blocks that happened before the wallet was created. If there's no birthday, we must scan the entire chain to be sure that we don't miss txs.