-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for private transaction mode (#56)
* Change private transaction type * change example
- Loading branch information
Showing
12 changed files
with
115 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/types/docs/definitions-definitions-flashbottransactionmode.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 0 Type | ||
|
||
`string` ([FlashbotTransactionMode](definitions-definitions-flashbottransactionmode.md)) | ||
|
||
## 0 Constraints | ||
|
||
**enum**: the value of this property must be equal to one of the following values: | ||
|
||
| Value | Explanation | | ||
| :------------------- | :---------- | | ||
| `"flashbots-normal"` | | | ||
| `"flashbots-fast"` | | |
3 changes: 3 additions & 0 deletions
3
.../docs/definitions-definitions-policy-properties-private-transactions-oneof-0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 0 Type | ||
|
||
`boolean` |
10 changes: 9 additions & 1 deletion
10
src/types/docs/definitions-definitions-policy-properties-private-transactions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
## private-transactions Type | ||
|
||
`boolean` | ||
merged type ([Details](definitions-definitions-policy-properties-private-transactions.md)) | ||
|
||
one (and only one) of | ||
|
||
* [Untitled boolean in Definitions](definitions-definitions-policy-properties-private-transactions-oneof-0.md "check type definition") | ||
|
||
* one (and only one) of | ||
|
||
* [FlashbotTransactionMode](definitions-definitions-flashbottransactionmode.md "check type definition") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/types/docs/definitions-definitions-privatetransactionmode.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 1 Type | ||
|
||
merged type ([PrivateTransactionMode](definitions-definitions-privatetransactionmode.md)) | ||
|
||
one (and only one) of | ||
|
||
* [FlashbotTransactionMode](definitions-definitions-flashbottransactionmode.md "check type definition") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters