pub struct SetCollectionSize {
pub collection_metadata: Pubkey,
pub collection_authority: Pubkey,
pub collection_mint: Pubkey,
pub collection_authority_record: Option<Pubkey>,
}Expand description
Accounts.
Fields§
§collection_metadata: PubkeyCollection Metadata account
Collection Update authority
collection_mint: PubkeyMint of the Collection
Collection Authority Record PDA
Implementations§
Source§impl SetCollectionSize
impl SetCollectionSize
pub fn instruction(&self, args: SetCollectionSizeInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: SetCollectionSizeInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for SetCollectionSize
impl RefUnwindSafe for SetCollectionSize
impl Send for SetCollectionSize
impl Sync for SetCollectionSize
impl Unpin for SetCollectionSize
impl UnsafeUnpin for SetCollectionSize
impl UnwindSafe for SetCollectionSize
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