pub fn find_price_feed_pda(
store: &Pubkey,
authority: &Pubkey,
index: u16,
provider: PriceProviderKind,
token: &Pubkey,
store_program_id: &Pubkey,
) -> (Pubkey, u8)
Expand description
Fint the PDA for custom price feed account.