pub struct OpenBundledPosition {
pub bundled_position: Pubkey,
pub position_bundle: Pubkey,
pub position_bundle_token_account: Pubkey,
pub position_bundle_authority: Pubkey,
pub fusion_pool: Pubkey,
pub funder: Pubkey,
pub system_program: Pubkey,
pub rent: Pubkey,
}
Expand description
Accounts.
Fields§
§bundled_position: Pubkey
§position_bundle: Pubkey
§position_bundle_token_account: Pubkey
§fusion_pool: Pubkey
§funder: Pubkey
§system_program: Pubkey
§rent: Pubkey
Implementations§
Source§impl OpenBundledPosition
impl OpenBundledPosition
pub fn instruction( &self, args: OpenBundledPositionInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: OpenBundledPositionInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenBundledPosition
impl RefUnwindSafe for OpenBundledPosition
impl Send for OpenBundledPosition
impl Sync for OpenBundledPosition
impl Unpin for OpenBundledPosition
impl UnwindSafe for OpenBundledPosition
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