pub fn token_records<A: TokenMapAccess>(
token_map: &A,
tokens: &BTreeSet<Pubkey>,
) -> Result<Vec<TokenRecord>, TokenConfigError>Expand description
Collect token records for the give tokens.
pub fn token_records<A: TokenMapAccess>(
token_map: &A,
tokens: &BTreeSet<Pubkey>,
) -> Result<Vec<TokenRecord>, TokenConfigError>Collect token records for the give tokens.