pub struct CloseLimitOrder {
pub limit_order_authority: Pubkey,
pub receiver: Pubkey,
pub limit_order: Pubkey,
pub limit_order_mint: Pubkey,
pub limit_order_token_account: Pubkey,
pub token2022_program: Pubkey,
}
Expand description
Accounts.
Fields§
§receiver: Pubkey
§limit_order: Pubkey
§limit_order_mint: Pubkey
§limit_order_token_account: Pubkey
§token2022_program: Pubkey
Implementations§
Source§impl CloseLimitOrder
impl CloseLimitOrder
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloseLimitOrder
impl RefUnwindSafe for CloseLimitOrder
impl Send for CloseLimitOrder
impl Sync for CloseLimitOrder
impl Unpin for CloseLimitOrder
impl UnwindSafe for CloseLimitOrder
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