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

com.cryptape.cita.protocol.core.methods.response.AppCall Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.cryptape.cita.protocol.core.methods.response;

import com.cryptape.cita.protocol.core.Response;

/**
 * eth_call.
 */
public class AppCall extends Response {
    public String getValue() {
        return getResult();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy