net.corda.node.services.persistence / DBTransactionMappingStorage / <init>

<init>

DBTransactionMappingStorage()

Database storage of a txhash -> state machine id mapping.

Mappings are added as transactions are persisted by ServiceHub.recordTransaction, and never deleted. Used in the RPC API to correlate transaction creation with protocols.