mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-08 16:33:07 +00:00
18 lines
570 B
C#
18 lines
570 B
C#
//namespace DistTestCore.Marketplace
|
|
//{
|
|
// public class MarketplaceInitialConfig
|
|
// {
|
|
// public MarketplaceInitialConfig(Ether initialEth, TestToken initialTestTokens, bool isValidator)
|
|
// {
|
|
// InitialEth = initialEth;
|
|
// InitialTestTokens = initialTestTokens;
|
|
// IsValidator = isValidator;
|
|
// }
|
|
|
|
// public Ether InitialEth { get; }
|
|
// public TestToken InitialTestTokens { get; }
|
|
// public bool IsValidator { get; }
|
|
// public int? AccountIndexOverride { get; set; }
|
|
// }
|
|
//}
|