mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 13:23:07 +00:00
Added ContractAddress to SharedAsset model
This commit is contained in:
@@ -67,6 +67,10 @@ namespace CryptoExchange.Net.SharedApis
|
|||||||
/// Min number of confirmations
|
/// Min number of confirmations
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int? MinConfirmations { get; set; }
|
public int? MinConfirmations { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// The contract address
|
||||||
|
/// </summary>
|
||||||
|
public string? ContractAddress { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ctor
|
/// ctor
|
||||||
|
|||||||
Reference in New Issue
Block a user