pub async fn handle_generic_call(
pallet: &str,
call: &str,
args: Vec<Value>,
keypair: &QuantumKeyPair,
tip: Option<String>,
node_url: &str,
execution_mode: ExecutionMode,
) -> Result<()>Expand description
Handle generic call command execution