package BFTSmartBlockchain;

public enum BlockchainReplyType {
	OK, DUPLICATE, NEW_BLOCK
}
