This commit is contained in:
Nicolas Dorier
2022-04-05 14:46:42 +09:00
committed by GitHub
parent 05ec398346
commit 13952a4b79
9 changed files with 13 additions and 11 deletions

View File

@@ -21,9 +21,9 @@ namespace BTCPayServer.Client.Models
[JsonConverter(typeof(UInt256JsonConverter))]
public uint256 BlockHash { get; set; }
public int? BlockHeight { get; set; }
public long? BlockHeight { get; set; }
public int Confirmations { get; set; }
public long Confirmations { get; set; }
[JsonConverter(typeof(DateTimeToUnixTimeConverter))]
public DateTimeOffset Timestamp { get; set; }