Struct strategy_vaults::VaultUnlockLiquiditEvent
source · [−]Expand description
Event called in instructions::raydium_stake_lp_compound::unlock_liquidity
Fields
vault: PubkeyThe address of the Vault
amount: u64The amount of LP tokens you are divesting.
Trait Implementations
sourceimpl BorshDeserialize for VaultUnlockLiquiditEvent where
Pubkey: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for VaultUnlockLiquiditEvent where
Pubkey: BorshDeserialize,
u64: BorshDeserialize,
sourceimpl BorshSerialize for VaultUnlockLiquiditEvent where
Pubkey: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for VaultUnlockLiquiditEvent where
Pubkey: BorshSerialize,
u64: BorshSerialize,
sourceimpl Discriminator for VaultUnlockLiquiditEvent
impl Discriminator for VaultUnlockLiquiditEvent
fn discriminator() -> [u8; 8]
Auto Trait Implementations
impl RefUnwindSafe for VaultUnlockLiquiditEvent
impl Send for VaultUnlockLiquiditEvent
impl Sync for VaultUnlockLiquiditEvent
impl Unpin for VaultUnlockLiquiditEvent
impl UnwindSafe for VaultUnlockLiquiditEvent
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