package io.plactal.eoscommander.data.remote.model.abi;

import com.google.gson.annotations.Expose;

/**
 * Created by swapnibble on 2018-03-19.
 */

public class EosAbiField {
    @Expose
    public String name;

    @Expose
    public String type;
}
