pub async fn handshake_reject(
    case_id: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<HandshakeResponse>, Error>
Expand description

Rejects a pending transfer in

Arguments

  • case_id - The Nominet assigned case ID
  • client_sender - Reference to the tokio channel into the client