pub type FeedAddressMap = HashMap<Pubkey, Pubkey>;
A mapping from feed id to the corresponding feed address.
struct FeedAddressMap { /* private fields */ }