Пример #1
0
 /// <summary>
 /// Gets status of deposit and time remaining to complete deposit before expiration.
 /// </summary>
 /// <param name="Address">The deposit address to look up.</param>
 /// <returns>Time remaining for deposit.</returns>
 public static async Task <TimeRemaining> CheckTimeRemainingAsync(string Address) =>
 await TimeRemaining.GetTimeRemainingAsync(Address).ConfigureAwait(false);