mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-10-27 08:27:19 +00:00
Added ContractAddress to SharedAsset model
This commit is contained in:
parent
94dfbb7b9e
commit
0ba7b46680
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user