Type Alias Proof

Source
pub type Proof = Box<[u8]>;
Expand description

Proof of correctness of a spell.

Aliased Typeยง

struct Proof(/* private fields */);