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

io.everitoken.sdk.java.dto.Meta Maven / Gradle / Ivy

There is a newer version: 1.4.6
Show newest version
package io.everitoken.sdk.java.dto;

import com.alibaba.fastjson.JSONArray;

public interface Meta {
    // TODO implement according to abi reference
    JSONArray getMetas();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy