pub struct DeletePositionBundle {
pub position_bundle: Pubkey,
pub position_bundle_mint: Pubkey,
pub position_bundle_token_account: Pubkey,
pub position_bundle_owner: Pubkey,
pub receiver: Pubkey,
pub token_program: Pubkey,
}
Expand description
Accounts.
Fields§
§position_bundle: Pubkey
§position_bundle_mint: Pubkey
§position_bundle_token_account: Pubkey
§position_bundle_owner: Pubkey
§receiver: Pubkey
§token_program: Pubkey
Implementations§
Source§impl DeletePositionBundle
impl DeletePositionBundle
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeletePositionBundle
impl RefUnwindSafe for DeletePositionBundle
impl Send for DeletePositionBundle
impl Sync for DeletePositionBundle
impl Unpin for DeletePositionBundle
impl UnwindSafe for DeletePositionBundle
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