Class BlockchainPublisherService

java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.service.BlockchainPublisherService

@Service("blockchain_publisher.blockchainPublisherService") public class BlockchainPublisherService extends Object
  • Constructor Details

    • BlockchainPublisherService

      public BlockchainPublisherService()
  • Method Details

    • storeTransactionForDispatchLater

      @Transactional public void storeTransactionForDispatchLater(String organisationId, Set<org.cardanofoundation.lob.app.accounting_reporting_core.domain.core.Transaction> txs)
    • storeReportsForDispatchLater

      @Transactional public void storeReportsForDispatchLater(String organisationId, Set<org.cardanofoundation.lob.app.accounting_reporting_core.domain.core.report.Report> reports)