Returns a Merkle inclusion proof for the given leaf index to the current WorldIDRegistry tree. In
addition, it also includes the entire authenticator slot list for the World ID account.
Removed authenticators are represented as null entries to preserve pubkey_id positions.
Query for the indexer based on a leaf index.
Used for getting inclusion proofs and signature nonces.
The leaf index to query (from the WorldIDRegistry).
Accepts decimal or 0x/0X-prefixed hex input.
"0x1"
Merkle inclusion proof with authenticator public keys
OpenAPI schema representation of the AccountInclusionProof response.
The compressed authenticator public keys for the account.
Entries are optional to preserve sparse slot positions (null for removed authenticators).
The World ID's leaf position in the Merkle tree
"0x2a"
The root hash of the Merkle tree (hex string)
"0x1a2b3c4d5e6f7890"
The sibling path up to the Merkle root (array of hex strings)