
com.chain.sequence.http.SuccessMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sequence-sdk Show documentation
Show all versions of sequence-sdk Show documentation
The Official Java SDK for Chain Core Developer Edition
The newest version!
package com.chain.sequence.http;
/**
* This class represents RPC success responses whose content is not meaningful.
*/
public class SuccessMessage {
public String message;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy