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 IDclient_sender
- Reference to the tokio channel into the client