frostfs-sdk-csharp/src/FrostFS.SDK.ClientV2/Parameters/PrmApeChainList.cs
Pavel Gross d7dbbf8da8 [] Client: Add Ape manager
Signed-off-by: Pavel Gross <p.gross@yadro.com>
2024-09-23 10:20:40 +03:00

6 lines
169 B
C#

namespace FrostFS.SDK.ClientV2;
public sealed class PrmApeChainList(FrostFsChainTarget target) : PrmBase
{
public FrostFsChainTarget Target { get; } = target;
}