pub async fn handle_send_command(
from_wallet: String,
to_address: String,
amount_str: &str,
node_url: &str,
password: Option<String>,
password_file: Option<String>,
tip: Option<String>,
nonce: Option<u32>,
finalized: bool,
) -> Result<()>Expand description
Handle the send command