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

com.jd.blockchain.transaction.ParticipantStateUpdateOperationBuilder Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
package com.jd.blockchain.transaction;

import com.jd.blockchain.ledger.BlockchainIdentity;
import com.jd.blockchain.ledger.ParticipantNodeState;
import com.jd.blockchain.ledger.ParticipantStateUpdateInfo;
import com.jd.blockchain.ledger.ParticipantStateUpdateOperation;

import utils.net.NetworkAddress;

public interface ParticipantStateUpdateOperationBuilder {

    /**
     * 更新参与方状态,已注册->参与共识;
     *
     * @param
     *
     * @param
     *
     * @return
     */
     ParticipantStateUpdateOperation update(BlockchainIdentity blockchainIdentity, ParticipantNodeState participantNodeState);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy