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

org.fisco.bcos.web3j.precompile.consensus.Consensus.sol Maven / Gradle / Ivy

pragma solidity ^0.4.2;

contract Consensus {
    function addSealer(string nodeID) public returns(int);
    function addObserver(string nodeID) public returns(int);
    function remove(string nodeID) public returns(int);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy