architecture
modules
lightclient
Messages

Messages

EnableHeaderVerification enables the verification flags for the given chain IDs Enabled chains allow the submissions of block headers and using it to verify the correctness of proofs

message MsgEnableHeaderVerification {
	string creator = 1;
	int64 chain_id_list = 2;
}

DisableHeaderVerification disables the verification flags for the given chain IDs Disabled chains do not allow the submissions of block headers or using it to verify the correctness of proofs

message MsgDisableHeaderVerification {
	string creator = 1;
	int64 chain_id_list = 2;
}

Continue Learning

Continue with the next part or try a related tutorial

Feedback
How has your developer experience been?
Share your feedback and help improve it for everyone.