using Nethereum.RPC.Infrastructure; using System; using System.Collections.Generic; using System.Text; namespace Nethereum.RPC.Shh.SymKey { public interface IShhNewSymKey : IGenericRpcRequestResponseHandlerNoParam { } }