Type Alias FeedAddressMap

Source
pub type FeedAddressMap = HashMap<Pubkey, Pubkey>;
Expand description

A mapping from feed id to the corresponding feed address.

Aliased Typeยง

struct FeedAddressMap { /* private fields */ }