pub struct DecreaseLimitOrder {Show 14 fields
pub limit_order_authority: Pubkey,
pub fusion_pool: Pubkey,
pub limit_order: Pubkey,
pub limit_order_token_account: Pubkey,
pub token_mint_a: Pubkey,
pub token_mint_b: Pubkey,
pub token_owner_account_a: Pubkey,
pub token_owner_account_b: Pubkey,
pub token_vault_a: Pubkey,
pub token_vault_b: Pubkey,
pub tick_array: Pubkey,
pub token_program_a: Pubkey,
pub token_program_b: Pubkey,
pub memo_program: Pubkey,
}
Expand description
Accounts.
Fields§
§fusion_pool: Pubkey
§limit_order: Pubkey
§limit_order_token_account: Pubkey
§token_mint_a: Pubkey
§token_mint_b: Pubkey
§token_owner_account_a: Pubkey
§token_owner_account_b: Pubkey
§token_vault_a: Pubkey
§token_vault_b: Pubkey
§tick_array: Pubkey
§token_program_a: Pubkey
§token_program_b: Pubkey
§memo_program: Pubkey
Implementations§
Source§impl DecreaseLimitOrder
impl DecreaseLimitOrder
pub fn instruction( &self, args: DecreaseLimitOrderInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: DecreaseLimitOrderInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecreaseLimitOrder
impl RefUnwindSafe for DecreaseLimitOrder
impl Send for DecreaseLimitOrder
impl Sync for DecreaseLimitOrder
impl Unpin for DecreaseLimitOrder
impl UnwindSafe for DecreaseLimitOrder
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