Expand description
WritePathPendingTransactionLog is used in the transaction write path (e.g. in TransactionOrchestrator) for transaction submission processing. It helps to achieve:
- At one time, a transaction is only processed once.
- When Fullnode crashes and restarts, the pending transaction will be loaded and retried.
Structs§
- Write
Path Pending Transaction Log - Write
Path Pending Transaction Table Configurator - Create config structs for configuring DBMap tables
- Write
Path Pending Transaction Table Read Only - Create an intermediate struct used to open the DBMap tables in secondary mode This is only used internally