pub struct FunctionResultValidatorAccounts {
pub payer: Pubkey,
pub verifier: Pubkey,
pub verifier_enclave_signer: Pubkey,
pub reward_receiver: Pubkey,
pub attestation_queue: Pubkey,
pub queue_authority: Pubkey,
}
Expand description
The list of accounts used by this verifier to verify the function result
Fields§
§payer: Pubkey
§verifier: Pubkey
§verifier_enclave_signer: Pubkey
§reward_receiver: Pubkey
§attestation_queue: Pubkey
Trait Implementations§
source§impl Clone for FunctionResultValidatorAccounts
impl Clone for FunctionResultValidatorAccounts
source§fn clone(&self) -> FunctionResultValidatorAccounts
fn clone(&self) -> FunctionResultValidatorAccounts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for FunctionResultValidatorAccounts
impl Default for FunctionResultValidatorAccounts
source§fn default() -> FunctionResultValidatorAccounts
fn default() -> FunctionResultValidatorAccounts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FunctionResultValidatorAccounts
impl Send for FunctionResultValidatorAccounts
impl Sync for FunctionResultValidatorAccounts
impl Unpin for FunctionResultValidatorAccounts
impl UnwindSafe for FunctionResultValidatorAccounts
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