Function sugar_cli::utils::check_spl_token
source · 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.