pub struct WitnessSummary {
pub designated: usize,
pub threshold: usize,
}Expand description
Designated witness set for the identity (presentation of WitnessConfig).
Fields§
§designated: usizeNumber of designated witnesses (b[] size).
threshold: usizeRequired receipts threshold (bt).
Trait Implementations§
Source§impl Debug for WitnessSummary
impl Debug for WitnessSummary
Auto Trait Implementations§
impl Freeze for WitnessSummary
impl RefUnwindSafe for WitnessSummary
impl Send for WitnessSummary
impl Sync for WitnessSummary
impl Unpin for WitnessSummary
impl UnsafeUnpin for WitnessSummary
impl UnwindSafe for WitnessSummary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more