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

com.jd.blockchain.ledger.LedgerTransaction Maven / Gradle / Ivy

package com.jd.blockchain.ledger;

import com.jd.blockchain.binaryproto.DataContract;
import com.jd.blockchain.consts.DataCodes;

/**
 * 账本的事务;
 * 
 * TODO: refactor: replace {@link Transaction} to {@link LedgerTransaction}
 * 
 * @author huanghaiquan
 *
 */
@DataContract(code=DataCodes.TX_LEDGER)
public interface LedgerTransaction extends Transaction, LedgerDataSnapshot {
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy