All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chain.http.SuccessMessage Maven / Gradle / Ivy

package com.chain.http;

/**
 * This class represents RPC success responses whose content is not meaningful.
 */
public class SuccessMessage {
  public String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy