pub struct AddLstDrift {
pub lst_controller: Pubkey,
pub admin_permissions: Pubkey,
pub lst_mint: Pubkey,
pub main: Pubkey,
pub spot_market_lst: Pubkey,
pub admin: Pubkey,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§lst_controller: Pubkey§admin_permissions: Pubkey§lst_mint: Pubkey§main: Pubkey§spot_market_lst: Pubkey§admin: Pubkey§system_program: PubkeyImplementations§
Source§impl AddLstDrift
impl AddLstDrift
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddLstDrift
impl RefUnwindSafe for AddLstDrift
impl Send for AddLstDrift
impl Sync for AddLstDrift
impl Unpin for AddLstDrift
impl UnsafeUnpin for AddLstDrift
impl UnwindSafe for AddLstDrift
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