Search in sources :

Example 1 with EntityProperties

use of com.hedera.mirror.importer.parser.record.entity.EntityProperties in project hedera-mirror-node by hashgraph.

the class EthereumTransactionHandlerTest method getTransactionHandler.

@Override
protected TransactionHandler getTransactionHandler() {
    doReturn(domainBuilder.ethereumTransaction(true).get()).when(ethereumTransactionParser).decode(any());
    entityProperties = new EntityProperties();
    return new EthereumTransactionHandler(entityProperties, entityListener, ethereumTransactionParser);
}
Also used : EntityProperties(com.hedera.mirror.importer.parser.record.entity.EntityProperties)

Aggregations

EntityProperties (com.hedera.mirror.importer.parser.record.entity.EntityProperties)1