Class CurrentDataNotification


public class CurrentDataNotification extends JsonrpcNotification
Represents a JSON-RPC Notification for sending the current data of all subscribed Channels.
 {
   "jsonrpc": "2.0",
   "method": "currentData",
   "params": {
     [channelAddress]: string | number
   }
 }