1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-10-27 00:17:31 +00:00

Added ContractAddress to SharedAsset model

This commit is contained in:
Jkorf 2025-09-29 13:51:59 +02:00
parent 94dfbb7b9e
commit 0ba7b46680

View File

@ -67,6 +67,10 @@ namespace CryptoExchange.Net.SharedApis
/// Min number of confirmations
/// </summary>
public int? MinConfirmations { get; set; }
/// <summary>
/// The contract address
/// </summary>
public string? ContractAddress { get; set; }
/// <summary>
/// ctor