pub async fn create(
info: CreateInfo<'_>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<CreateResponse>, Error>
Expand description
Registers a new domain
Arguments
domain
- The domain to be registeredperiod
- How long to register forregistrant
- Registrant contact ID,contacts
- Other contact types for the domainnameservers
- Domain nameserversauth_info
- Auth info password for future transfersclient_sender
- Reference to the tokio channel into the client