Expand description
Event called in instructions::raydium_stake_lp_compound::remove_liquidity
Fields
vault: PubkeyThe address of the Vault
amount: u64The amount of LP tokens you are divesting.
Trait Implementations
sourceimpl BorshDeserialize for VaultRemoveLiquidityEvent where
Pubkey: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for VaultRemoveLiquidityEvent where
Pubkey: BorshDeserialize,
u64: BorshDeserialize,
sourceimpl BorshSerialize for VaultRemoveLiquidityEvent where
Pubkey: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for VaultRemoveLiquidityEvent where
Pubkey: BorshSerialize,
u64: BorshSerialize,
sourceimpl Discriminator for VaultRemoveLiquidityEvent
impl Discriminator for VaultRemoveLiquidityEvent
fn discriminator() -> [u8; 8]
Auto Trait Implementations
impl RefUnwindSafe for VaultRemoveLiquidityEvent
impl Send for VaultRemoveLiquidityEvent
impl Sync for VaultRemoveLiquidityEvent
impl Unpin for VaultRemoveLiquidityEvent
impl UnwindSafe for VaultRemoveLiquidityEvent
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more