Function spl_governance::tools::spl_token::get_spl_token_owner[][src]

pub fn get_spl_token_owner(
    token_account_info: &AccountInfo<'_>
) -> Result<Pubkey, ProgramError>
Expand description

Computationally cheap method to get owner from a token account It reads owner without deserializing full account data