pub struct OpCert {
pub hot_vkey: Bytes,
pub sequence_number: u64,
pub kes_period: u64,
pub sigma: Bytes,
}
Fields§
§hot_vkey: Bytes
§sequence_number: u64
§kes_period: u64
§sigma: Bytes
Trait Implementations§
impl Eq for OpCert
impl StructuralPartialEq for OpCert
Auto Trait Implementations§
impl Freeze for OpCert
impl RefUnwindSafe for OpCert
impl Send for OpCert
impl Sync for OpCert
impl Unpin for OpCert
impl UnwindSafe for OpCert
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