pub struct CloseGroupV1 {
pub group: Pubkey,
pub payer: Pubkey,
pub authority: Option<Pubkey>,
}Expand description
Accounts.
Fields§
§group: PubkeyThe address of the group to close
payer: PubkeyThe account receiving reclaimed lamports
The update authority of the group
Implementations§
Source§impl CloseGroupV1
impl CloseGroupV1
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for CloseGroupV1
impl RefUnwindSafe for CloseGroupV1
impl Send for CloseGroupV1
impl Sync for CloseGroupV1
impl Unpin for CloseGroupV1
impl UnsafeUnpin for CloseGroupV1
impl UnwindSafe for CloseGroupV1
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