pub type PrecompileTranscriptState = Word;Expand description
Type alias representing the precompile transcript state (sponge capacity word).
This is simply a Word used to track the evolving state of the precompile transcript sponge.
Aliased Typeยง
pub struct PrecompileTranscriptState(/* private fields */);