Example #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>
 public static object ApiErc20TransferHistoryGetErc20TransfersV2Post(this IEthereumSamuraiAPI operations, GetErc20TransferHistoryV2Request request = default(GetErc20TransferHistoryV2Request), int?start = default(int?), int?count = default(int?))
 {
     return(operations.ApiErc20TransferHistoryGetErc20TransfersV2PostAsync(request, start, count).GetAwaiter().GetResult());
 }