pub type FinalMessage<F> = Vec<F>;
Expand description

The type of the final message in the FRI protocol.

Aliased Type§

struct FinalMessage<F> { /* private fields */ }