using Newtonsoft.Json; namespace BTCPayServer.Monero.RPC.Models { public class GetFeeEstimateRequest { [JsonProperty("grace_blocks")] public int? GraceBlocks { get; set; } } }