Open
Description
Hello,
I am working on a project that has many private keys that have balances in them. I do not want to have to go out to a public API to query for security concerns.
I see there is a way to get the unspent amounts for an address in the example. However, I am not seeing a way to connect the private key to it's address. I believe this is what I would have to do to determine how much BTC the private key is linked to.
Is the data structure in indexd able to perform this type of query against the blockchain?
Thanks in advance!