v1

latestSwagger 2.02026-07-17211405605.6 KB
Query

VerifyMembership queries an IBC light client for proof verification of a value at a given key path.

post/ibc/core/client/v1/verify_membership

Request body

client_idstring

client unique identifier.

proofstring byte

the proof to be verified by the client.

valuestring byte

the value which is proven.

time_delaystring uint64
block_delaystring uint64

Response

A successful response.

successboolean

boolean indicating success or failure of proof verification.