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

com.alphawallet.ethereum.AttestationReturn Maven / Gradle / Ivy

package com.alphawallet.ethereum;

public class AttestationReturn
{
    public ERC721Token[] ercToken;
    public String identifier;
    public String ownerAddress;
    public String attestorAddress;
    public boolean isValid;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy