Exemplo n.º 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='request'>
 /// </param>
 /// <param name='start'>
 /// </param>
 /// <param name='count'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <object> ApiErc20TransferHistoryGetErc20TransfersV2PostAsync(this IEthereumSamuraiAPI operations, GetErc20TransferHistoryV2Request request = default(GetErc20TransferHistoryV2Request), int?start = default(int?), int?count = default(int?), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ApiErc20TransferHistoryGetErc20TransfersV2PostWithHttpMessagesAsync(request, start, count, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }