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

tech.coinbub.daemon.poli.ScriptSignature Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package tech.coinbub.daemon.poli;

import com.fasterxml.jackson.annotation.JsonInclude;

@JsonInclude(JsonInclude.Include.NON_NULL)
public class ScriptSignature {
    public String asm;
    public String hex;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy