pub type UnauthorizedBundle<V> = Bundle<InProgress<Unproven, Unsigned>, V>;
Expand description

Type alias for an in-progress bundle that has no proofs or signatures.

This is returned by Builder::build.

Aliased Type§

struct UnauthorizedBundle<V> { /* private fields */ }