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

com.cryptape.cita.protocol.admin.methods.response.PersonalListAccounts Maven / Gradle / Ivy

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

import java.util.List;

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

/**
 * personal_listAccounts.
 */
public class PersonalListAccounts extends Response> {
    public List getAccountIds() {
        return getResult();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy