mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
9 lines
172 B
C#
9 lines
172 B
C#
using Newtonsoft.Json;
|
|
|
|
namespace BTCPayServer.Monero.RPC.Models
|
|
{
|
|
public partial class Peer
|
|
{
|
|
[JsonProperty("info")] public Info Info { get; set; }
|
|
}
|
|
} |