Skip to content

Commit

Permalink
define standard orderflow events
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed May 22, 2024
1 parent bb673d4 commit c625e0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Observable.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.23;

abstract contract ObservableOrderflow {
event SentBundle(bytes32 bundleHash);
event SentTransaction(bytes32 txHash);
event SentTransactions(bytes32[] txHashes);
}

0 comments on commit c625e0b

Please sign in to comment.