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

com.alphawallet.token.entity.MessageData Maven / Gradle / Ivy

package com.alphawallet.token.entity;

import java.math.BigInteger;

/**
 * Created by James on 21/03/2018.
 */

public class MessageData
{
    public BigInteger priceWei;
    public int[] tickets;
    public byte[] signature = new byte[65];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy