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