Function token_records

Source
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.