pub struct SourceNewsroomKeyResponse {
pub newsroom_verifying_key: VerifyingKey,
pub fpf_sig: Signature<FpfOnNewsroom>,
}Expand description
Newsroom returns their keys and proof of onboarding.
This is the first response in step 5 of the spec.
Fields§
§newsroom_verifying_key: VerifyingKey§fpf_sig: Signature<FpfOnNewsroom>Auto Trait Implementations§
impl Freeze for SourceNewsroomKeyResponse
impl RefUnwindSafe for SourceNewsroomKeyResponse
impl Send for SourceNewsroomKeyResponse
impl Sync for SourceNewsroomKeyResponse
impl Unpin for SourceNewsroomKeyResponse
impl UnsafeUnpin for SourceNewsroomKeyResponse
impl UnwindSafe for SourceNewsroomKeyResponse
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