pub struct SetAndVerifySizedCollectionItem {
pub metadata: Pubkey,
pub collection_authority: Pubkey,
pub payer: Pubkey,
pub update_authority: Pubkey,
pub collection_mint: Pubkey,
pub collection: Pubkey,
pub collection_master_edition_account: Pubkey,
pub collection_authority_record: Option<Pubkey>,
}Expand description
Accounts.
Fields§
§metadata: PubkeyMetadata account
Collection Update authority
payer: Pubkeypayer
Update Authority of Collection NFT and NFT
collection_mint: PubkeyMint of the Collection
collection: PubkeyMetadata Account of the Collection
collection_master_edition_account: PubkeyMasterEdition2 Account of the Collection Token
Collection Authority Record PDA
Implementations§
Source§impl SetAndVerifySizedCollectionItem
impl SetAndVerifySizedCollectionItem
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for SetAndVerifySizedCollectionItem
impl RefUnwindSafe for SetAndVerifySizedCollectionItem
impl Send for SetAndVerifySizedCollectionItem
impl Sync for SetAndVerifySizedCollectionItem
impl Unpin for SetAndVerifySizedCollectionItem
impl UnsafeUnpin for SetAndVerifySizedCollectionItem
impl UnwindSafe for SetAndVerifySizedCollectionItem
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