pub struct AddCollectionsToGroupV1 {
pub group: Pubkey,
pub payer: Pubkey,
pub authority: Option<Pubkey>,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§group: PubkeyThe address of the group to modify
payer: PubkeyThe account paying for storage fees
The group update authority and collection update authority or delegate
system_program: PubkeyThe system program
Implementations§
Source§impl AddCollectionsToGroupV1
impl AddCollectionsToGroupV1
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for AddCollectionsToGroupV1
impl RefUnwindSafe for AddCollectionsToGroupV1
impl Send for AddCollectionsToGroupV1
impl Sync for AddCollectionsToGroupV1
impl Unpin for AddCollectionsToGroupV1
impl UnsafeUnpin for AddCollectionsToGroupV1
impl UnwindSafe for AddCollectionsToGroupV1
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