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

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

package com.alphawallet.token.entity;

import java.util.HashMap;
import java.util.Map;

/**
 * Created by James on 28/05/2019.
 * Stormbird in Sydney
 */
public class EthereumTransaction
{
    public Map args = new HashMap<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy