pub type PrecompileTranscriptDigest = Word;Expand description
Type alias representing the finalized transcript digest.
This is simply a Word representing the final digest of all precompile commitments.
Aliased Type§
#[repr(C)]pub struct PrecompileTranscriptDigest {
pub a: Felt,
pub b: Felt,
pub c: Felt,
pub d: Felt,
}Fields§
§a: FeltThe underlying elements of this word.
b: Felt§c: Felt§d: Felt