5 lines
90 B
C#
5 lines
90 B
C#
namespace Bitvault;
|
|
|
|
public record Wallet<TValue>(TValue Value);
|
|
|
|
public record Wallet; |