Function solana_cli::wallet::parse_airdrop

source ยท
pub fn parse_airdrop(
    matches: &ArgMatches<'_>,
    default_signer: &DefaultSigner,
    wallet_manager: &mut Option<Rc<RemoteWalletManager>>
) -> Result<CliCommandInfo, CliError>