pub type UnauthorizedBundle<V> = Bundle<InProgress<Unproven, Unsigned>, V>;Available on crate feature
circuit only.Expand description
Type alias for an in-progress bundle that has no proofs or signatures.
This is returned by Builder::build.
Aliased Typeยง
pub struct UnauthorizedBundle<V> { /* private fields */ }