Skip to main content

create_send

Function create_send 

Source
async fn create_send<R: Repository<Send> + ?Sized>(
    key_store: &KeyStore<KeyIds>,
    api_client: &ApiClient,
    repository: &R,
    request: SendAddRequest,
) -> Result<SendView, CreateSendError>