pub struct MigratePosition {
pub position_v2: Pubkey,
pub position_v1: Pubkey,
pub lb_pair: Pubkey,
pub bin_array_lower: Pubkey,
pub bin_array_upper: Pubkey,
pub owner: Pubkey,
pub system_program: Pubkey,
pub rent_receiver: Pubkey,
pub event_authority: Pubkey,
pub program: Pubkey,
}Expand description
Accounts.
Fields§
§position_v2: Pubkey§position_v1: Pubkey§lb_pair: Pubkey§bin_array_lower: Pubkey§bin_array_upper: Pubkey§owner: Pubkey§system_program: Pubkey§rent_receiver: Pubkey§program: PubkeyImplementations§
Source§impl MigratePosition
impl MigratePosition
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MigratePosition
impl RefUnwindSafe for MigratePosition
impl Send for MigratePosition
impl Sync for MigratePosition
impl Unpin for MigratePosition
impl UnsafeUnpin for MigratePosition
impl UnwindSafe for MigratePosition
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