Discover the encryption public key for an Algorand address.
Searches the indexer for key announcement transactions from the address.
A key announcement is a self-transfer (sender === receiver) with the X25519
public key in the note field.
When the indexer supports paginated search, this iterates through the full
transaction history page by page. Otherwise it falls back to a single batch.
Discover the encryption public key for an Algorand address.
Searches the indexer for key announcement transactions from the address. A key announcement is a self-transfer (sender === receiver) with the X25519 public key in the note field.
When the indexer supports paginated search, this iterates through the full transaction history page by page. Otherwise it falls back to a single batch.