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:
parent
94dfbb7b9e
commit
0ba7b46680
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user