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

org.civis.blockchain.ssm.client.query.AdminQuery Maven / Gradle / Ivy

Go to download

A SDK HTTP Client implementation to interact with signing state machines chaincode developped for Hyperleger Fabric.

The newest version!
package org.civis.blockchain.ssm.client.query;

public class AdminQuery extends AbstractQuery implements HasGet, HasList {

    private static final String GET_FUNCTION = "admin";

    @Override
    public String functionGetValue() {
        return GET_FUNCTION;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy