pub struct UpdateVerificationConfigCpiAccounts<'a, 'b> {
pub mint: &'b AccountInfo<'a>,
pub verification_config_or_mint_authority: &'b AccountInfo<'a>,
pub instructions_sysvar_or_creator: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub mint_account: &'b AccountInfo<'a>,
pub config_account: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
pub account_metas_pda: Option<&'b AccountInfo<'a>>,
pub transfer_hook_pda: Option<&'b AccountInfo<'a>>,
pub transfer_hook_program: Option<&'b AccountInfo<'a>>,
}Expand description
update_verification_config CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§instructions_sysvar_or_creator: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§mint_account: &'b AccountInfo<'a>§config_account: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>§account_metas_pda: Option<&'b AccountInfo<'a>>§transfer_hook_pda: Option<&'b AccountInfo<'a>>§transfer_hook_program: Option<&'b AccountInfo<'a>>Auto Trait Implementations§
impl<'a, 'b> Freeze for UpdateVerificationConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for UpdateVerificationConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for UpdateVerificationConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for UpdateVerificationConfigCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for UpdateVerificationConfigCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for UpdateVerificationConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for UpdateVerificationConfigCpiAccounts<'a, 'b>
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