indexer
Get the pending recovery agent update for a particular World ID given its leaf index.
If no recovery agent update is pending, the zero address and zero execute-after timestamp are returned.
post/pending-recovery-agent
Request body
Example request
{
"leaf_index": "0x1"
}Response
Example response
{
"execute_after": "0x0",
"pending_recovery_agent": "0x0"
}