namespace Nethereum.KeyStore.JsonDeserialisation { public class KdfParamsDTO { public int dklen { get; set; } public string salt { get; set; } } }