Skip to content

Commit

Permalink
Add execution status to receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Aug 18, 2023
1 parent b2736a5 commit 607e140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sequencer/get_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type Block struct {

// Receipt -
type Receipt struct {
ExecutionStatus string `json:"execution_status,omitempty"`
TransactionIndex uint64 `json:"transaction_index"`
TransactionHash string `json:"transaction_hash"`
L2ToL1Messages []data.Message `json:"l2_to_l1_messages"`
Expand Down

0 comments on commit 607e140

Please sign in to comment.