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

xbr.network.pojo.Quote Maven / Gradle / Ivy

The newest version!
package xbr.network.pojo;

import java.math.BigInteger;

import xbr.network.Util;

public class Quote {
    public byte[] price;
    public long timestamp;
    public byte[] key;
    public long expires;

    public BigInteger getPriceBigInt() {
        return Util.toXBR(price);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy