using Nethereum.Hex.HexConvertors.Extensions; using Newtonsoft.Json; namespace Nethereum.KeyStore.JsonDeserialisation { public class CipherParamsDTO { public string iv { get; set; } } }