Class ResendDataNotification


public class ResendDataNotification extends AbstractDataNotification
Represents a JSON-RPC Notification for resending aggregated data.
 {
   "jsonrpc": "2.0",
   "method": "resendData",
   "params": {
     [timestamp: epoch in milliseconds]: {
       [channelAddress]: JsonElement
     }
   }
 }