sui_storage

Module write_path_pending_tx_log

Source
Expand description

WritePathPendingTransactionLog is used in the transaction write path (e.g. in TransactionOrchestrator) for transaction submission processing. It helps to achieve:

  1. At one time, a transaction is only processed once.
  2. When Fullnode crashes and restarts, the pending transaction will be loaded and retried.

Structs§

Type Aliases§