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

com.jd.blockchain.service.TransactionBatchResult Maven / Gradle / Ivy

package com.jd.blockchain.service;

import java.util.Iterator;

import com.jd.blockchain.ledger.LedgerBlock;
import com.jd.blockchain.ledger.TransactionResponse;

public interface TransactionBatchResult {
	
	LedgerBlock getBlock();
	
	Iterator getResponses();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy