pub struct AddAssetsToGroupV1 {
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 AddAssetsToGroupV1
impl AddAssetsToGroupV1
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for AddAssetsToGroupV1
impl RefUnwindSafe for AddAssetsToGroupV1
impl Send for AddAssetsToGroupV1
impl Sync for AddAssetsToGroupV1
impl Unpin for AddAssetsToGroupV1
impl UnsafeUnpin for AddAssetsToGroupV1
impl UnwindSafe for AddAssetsToGroupV1
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