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

tech.coinbub.daemon.poli.TxOutput 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;
import java.math.BigDecimal;

@JsonInclude(JsonInclude.Include.NON_NULL)
public class TxOutput {
    public BigDecimal value;
    public long n;
    public ScriptPublicKey scriptPubKey;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy