Struct switchboard_on_demand::on_demand::instructions::guardian_quote_verify::GuardianQuoteVerifyArgs
source · pub struct GuardianQuoteVerifyArgs {Show 13 fields
pub guardian: Pubkey,
pub oracle: Pubkey,
pub authority: Pubkey,
pub guardian_queue: Pubkey,
pub timestamp: i64,
pub mr_enclave: [u8; 32],
pub idx: u32,
pub ed25519_key: Pubkey,
pub secp256k1_key: [u8; 64],
pub slot: u64,
pub signature: [u8; 64],
pub recovery_id: u8,
pub advisories: Vec<u32>,
}
Fields§
§guardian: Pubkey
§oracle: Pubkey
§guardian_queue: Pubkey
§timestamp: i64
§mr_enclave: [u8; 32]
§idx: u32
§ed25519_key: Pubkey
§secp256k1_key: [u8; 64]
§slot: u64
§signature: [u8; 64]
§recovery_id: u8
§advisories: Vec<u32>
Auto Trait Implementations§
impl Freeze for GuardianQuoteVerifyArgs
impl RefUnwindSafe for GuardianQuoteVerifyArgs
impl Send for GuardianQuoteVerifyArgs
impl Sync for GuardianQuoteVerifyArgs
impl Unpin for GuardianQuoteVerifyArgs
impl UnwindSafe for GuardianQuoteVerifyArgs
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more