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

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

package com.alphawallet.token.entity;

/**
 * Created by JB on 27/08/2020.
 */
public class ProviderTypedData
{
    public String name;
    public String type;
    public Object value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy