blob: 208d774f64ef2844994478ccc3ced27b421916e4 [file] [log] [blame]
/*
* Copyright (c) Robert Bosch GmbH. All rights reserved.
*/
package org.eclipse.blockchain.core;
/**
* @author ABB3COB
*/
public interface IBlockchainView {
/**
*
*/
public void updateView(TransactionModel transactionModel);
}