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

com.jd.blockchain.sdk.service.LedgerGroupIndexer Maven / Gradle / Ivy

The newest version!
package com.jd.blockchain.sdk.service;

import com.jd.blockchain.consensus.GroupIndexer;
import com.jd.blockchain.ledger.TransactionRequest;

public class LedgerGroupIndexer implements GroupIndexer {

	@Override
	public byte[] getGroupId(Object[] messageObjects) {
		return ((TransactionRequest)messageObjects[0]).getTransactionContent().getLedgerHash().toBytes();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy