Function solana_rpc::parsed_token_accounts::get_mint_owner_and_decimals[][src]

pub fn get_mint_owner_and_decimals(
    bank: &Arc<Bank>,
    mint: &Pubkey
) -> Result<(Pubkey, u8)>
Expand description

Analyze a mint Pubkey that may be the native_mint and get the mint-account owner (token program_id) and decimals