pub struct SetPositionRange {
pub position_authority: Pubkey,
pub position: Pubkey,
pub position_token_account: Pubkey,
pub fusion_pool: Pubkey,
}
Expand description
Accounts.
Fields§
§position: Pubkey
§position_token_account: Pubkey
§fusion_pool: Pubkey
Implementations§
Source§impl SetPositionRange
impl SetPositionRange
pub fn instruction(&self, args: SetPositionRangeInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: SetPositionRangeInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetPositionRange
impl RefUnwindSafe for SetPositionRange
impl Send for SetPositionRange
impl Sync for SetPositionRange
impl Unpin for SetPositionRange
impl UnwindSafe for SetPositionRange
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