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