diff options
Diffstat (limited to 'ethchain/events.go')
-rw-r--r-- | ethchain/events.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ethchain/events.go b/ethchain/events.go deleted file mode 100644 index 304e741b7..000000000 --- a/ethchain/events.go +++ /dev/null @@ -1,10 +0,0 @@ -package ethchain - -// TxPreEvent is posted when a transaction enters the transaction pool. -type TxPreEvent struct{ Tx *Transaction } - -// TxPostEvent is posted when a transaction has been processed. -type TxPostEvent struct{ Tx *Transaction } - -// NewBlockEvent is posted when a block has been imported. -type NewBlockEvent struct{ Block *Block } |