Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcIdAttribute.cs
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
9 public class JsonRpcIdAttribute : Attribute
10 {
15 {
16 }
17 }
18}
Marks a parameter as the JSON-RPC ID attribute.
JsonRpcIdAttribute()
Marks a parameter as the JSON-RPC ID attribute.