pub async fn handshake_accept(
case_id: &str,
registrant: Option<&str>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<HandshakeResponse>, Error>
Expand description
Accepts a pending transfer in
Arguments
case_id
- The Nominet assigned case IDregistrant
- Optional account to assign the domain toclient_sender
- Reference to the tokio channel into the client