pub struct RevokeCollectionAuthorityHelperAccounts<'info> {
pub authority_pda: AccountInfo<'info>,
pub collection_mint: AccountInfo<'info>,
pub collection_metadata: AccountInfo<'info>,
pub collection_authority_record: AccountInfo<'info>,
pub token_metadata_program: AccountInfo<'info>,
}Fields§
CHECK: account checked in CPI
collection_mint: AccountInfo<'info>CHECK: account checked in CPI
collection_metadata: AccountInfo<'info>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 RevokeCollectionAuthorityHelperAccounts<'info>
impl<'info> !Send for RevokeCollectionAuthorityHelperAccounts<'info>
impl<'info> !Sync for RevokeCollectionAuthorityHelperAccounts<'info>
impl<'info> Unpin for RevokeCollectionAuthorityHelperAccounts<'info>
impl<'info> !UnwindSafe for RevokeCollectionAuthorityHelperAccounts<'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