Skip to content

GetSeqCommitLaneProofResponse (TypedDict)

Bases: TypedDict

Response from get_seq_commit_lane_proof.

A self-contained witness verifiable locally against the block header's seq_commit. lane is None when the lane has no entry at this block's POV (in which case smtProof is a non-inclusion proof).

inactivityShortcut instance-attribute

inactivityShortcut: str

lane instance-attribute

lane: RpcLaneEntry | None

parentSeqCommit instance-attribute

parentSeqCommit: str

payloadAndCtxDigest instance-attribute

payloadAndCtxDigest: str

smtProof instance-attribute

smtProof: list[int]