1 2 3 4 5 6 7 8 9 10 11 12 13
//! Macros. #[macro_export] macro_rules! gen_vault_signer_seeds { ($strategy:expr) => { &[ b"raydium_stake_lp_compound_vault" as &[u8], &$strategy.amm.to_bytes(), &$strategy.base.to_bytes(), &[$strategy.bump], ] }; }