You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Options for conditional raw transaction submissions.
9
-
// reference for the implementation <https://notes.ethereum.org/@yoav/SkaX2lS9j#>
10
-
// See also <https://pkg.go.dev/github.com/aK0nshin/go-ethereum/arbitrum_types#ConditionalOptions>
16
+
///
17
+
/// TransactionConditional represents the preconditions that determine the inclusion of the
18
+
/// transaction, enforced out-of-protocol by the sequencer.
19
+
///
20
+
/// See also <https://github.com/ethereum-optimism/op-geth/blob/928070c7fc097362ed2d40a4f72889ba91544931/core/types/transaction_conditional.go#L74-L76>.
0 commit comments