pub async fn transfer_request(
domain: &str,
add_period: Option<Period>,
auth_info: &str,
fee_agreement: Option<FeeAgreement>,
donuts_fee_agreement: Option<DonutsFeeData>,
eurid_data: Option<DomainTransfer>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<TransferResponse>, Error>
Expand description
Requests the transfer of a domain name
Arguments
domain
- The domain to be transferredadd_period
- How much time to add to the domain’s expiry on transferauth_info
- Auth info for the domainclient_sender
- Reference to the tokio channel into the client