v1

latestSwagger 2.02026-07-17232455673.4 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

clientIdstring

client unique identifier.

proofstring byte

the proof to be verified by the client.

valuestring byte

the value which is proven.

timeDelaystring uint64
blockDelaystring uint64

Response

A successful response.

successboolean

boolean indicating success or failure of proof verification.