Skip to content

Commit

Permalink
callbundle response result: +error
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Jan 17, 2022
1 parent 86a488b commit 265ac7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ type FlashbotsCallBundleResult struct {
ToAddress string `json:"toAddress"` // "0xdAC17F958D2ee523a2206206994597C13D831ec7",
TxHash string `json:"txHash"` // "0xe2df005210bdc204a34ff03211606e5d8036740c686e9fe4e266ae91cf4d12df",
Value string `json:"value"` // "0x"
Error string `json:"error"`
Revert string `json:"revert"`
}

type FlashbotsCallBundleResponse struct {
Expand Down

0 comments on commit 265ac7b

Please sign in to comment.