pub enum BlockExtData {
Proof {
challenge: Script,
solution: Script,
},
Dynafed {
current: Params,
proposed: Params,
signblock_witness: Vec<Vec<u8>>,
},
}Expand description
Data related to block signatures
Variants§
Trait Implementations§
impl Eq for ExtData
impl StructuralPartialEq for ExtData
Auto Trait Implementations§
impl Freeze for ExtData
impl RefUnwindSafe for ExtData
impl Send for ExtData
impl Sync for ExtData
impl Unpin for ExtData
impl UnwindSafe for ExtData
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