Add resource supply contract export by its guid
This commit is contained in:
@ -18,7 +18,7 @@ namespace Hcs.Client.Api.Request.NsiCommon
|
||||
ListGroup = listGroup
|
||||
};
|
||||
|
||||
var result = await SendAndWaitResultAsync(request, async (asyncClient) =>
|
||||
var result = await SendAndWaitResultAsync(request, async asyncClient =>
|
||||
{
|
||||
var response = await asyncClient.exportNsiItemAsync(CreateRequestHeader(), request);
|
||||
return response.AckRequest.Ack;
|
||||
|
||||
Reference in New Issue
Block a user