use of com.swirlds.common.crypto.Hash in project hedera-services by hashgraph.
the class RecordStreamCmpTest method registerConstructables.
private void registerConstructables() throws ConstructableRegistryException {
ConstructableRegistry.registerConstructable(new ClassConstructorPair(Hash.class, Hash::new));
ConstructableRegistry.registerConstructable(new ClassConstructorPair(RecordStreamObject.class, RecordStreamObject::new));
}
Aggregations