pub struct SetCollectionSizeCpiAccounts<'a, 'b> {
pub collection_metadata: &'b AccountInfo<'a>,
pub collection_authority: &'b AccountInfo<'a>,
pub collection_mint: &'b AccountInfo<'a>,
pub collection_authority_record: Option<&'b AccountInfo<'a>>,
}Expand description
set_collection_size CPI accounts.
Fields§
§collection_metadata: &'b AccountInfo<'a>Collection Metadata account
Collection Update authority
collection_mint: &'b AccountInfo<'a>Mint of the Collection
Collection Authority Record PDA
Auto Trait Implementations§
impl<'a, 'b> Freeze for SetCollectionSizeCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for SetCollectionSizeCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for SetCollectionSizeCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for SetCollectionSizeCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for SetCollectionSizeCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for SetCollectionSizeCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for SetCollectionSizeCpiAccounts<'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