Skip to content

R0SuccinctWitnessParts (Class)

The receipt-derived succinct witness items, hex-encoded, in the order the verifier consumes them (the journal is caller-owned and excluded).

claim property

claim: str

The SHA-256 digest of the receipt claim, hex-encoded.

control_digests property

control_digests: str

The flattened control inclusion-proof sibling digests, hex-encoded.

control_index property

control_index: str

The control inclusion-proof leaf index (u32 little-endian), hex-encoded.

seal property

seal: str

The flattened STARK seal (u32 little-endian words), hex-encoded.

__repr__

__repr__() -> str

The detailed string representation.

RETURNS DESCRIPTION
str

The R0SuccinctWitnessParts as a repr string.

TYPE: str