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