pub struct RemoveAssetsFromGroupV1 {
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 asset update authority or delegate
system_program: PubkeyThe system program
Implementations§
Source§impl RemoveAssetsFromGroupV1
impl RemoveAssetsFromGroupV1
pub fn instruction( &self, args: RemoveAssetsFromGroupV1InstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: RemoveAssetsFromGroupV1InstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for RemoveAssetsFromGroupV1
impl RefUnwindSafe for RemoveAssetsFromGroupV1
impl Send for RemoveAssetsFromGroupV1
impl Sync for RemoveAssetsFromGroupV1
impl Unpin for RemoveAssetsFromGroupV1
impl UnsafeUnpin for RemoveAssetsFromGroupV1
impl UnwindSafe for RemoveAssetsFromGroupV1
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