pub fn check_spl_token<C: Deref<Target = impl Signer> + Clone>(
    program: &Program<C>,
    input: &str
) -> Result<Mint>
Expand description

Check that the mint token is a valid address.