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