pub struct RevokeMetadataDelegateHelperAccounts<'info> {
pub delegate_record: AccountInfo<'info>,
pub authority_pda: AccountInfo<'info>,
pub collection_metadata: AccountInfo<'info>,
pub collection_mint: AccountInfo<'info>,
pub collection_update_authority: AccountInfo<'info>,
pub payer: AccountInfo<'info>,
pub system_program: AccountInfo<'info>,
pub sysvar_instructions: AccountInfo<'info>,
pub authorization_rules_program: Option<AccountInfo<'info>>,
pub authorization_rules: Option<AccountInfo<'info>>,
pub token_metadata_program: AccountInfo<'info>,
}Fields§
§delegate_record: AccountInfo<'info>CHECK: account checked in CPI
CHECK: account checked in CPI
collection_metadata: AccountInfo<'info>CHECK: account checked in CPI
collection_mint: AccountInfo<'info>CHECK: account checked in CPI
CHECK: account checked in CPI
payer: AccountInfo<'info>CHECK: account checked in CPI
system_program: AccountInfo<'info>CHECK: account checked in CPI
sysvar_instructions: AccountInfo<'info>CHECK: account checked in CPI
CHECK: account checked in CPI
CHECK: account checked in CPI
token_metadata_program: AccountInfo<'info>CHECK: account checked in CPI
Auto Trait Implementations§
impl<'info> !RefUnwindSafe for RevokeMetadataDelegateHelperAccounts<'info>
impl<'info> !Send for RevokeMetadataDelegateHelperAccounts<'info>
impl<'info> !Sync for RevokeMetadataDelegateHelperAccounts<'info>
impl<'info> Unpin for RevokeMetadataDelegateHelperAccounts<'info>
impl<'info> !UnwindSafe for RevokeMetadataDelegateHelperAccounts<'info>
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