iota_types::quorum_driver_types

Type Alias IsTransactionExecutedLocally

Source
pub type IsTransactionExecutedLocally = bool;
Expand description

When requested to execute a transaction with WaitForLocalExecution, TransactionOrchestrator attempts to execute this transaction locally after it is finalized. This value represents whether the transaction is confirmed to be executed on this node before the response returns.