You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add trait to abstract any transactions the builder would want to add at the end of the block e.g. payout transaction, block signature etc.
Before block building there can be some methods for validation and gas reservation e.g. #296. After block building the trait can specify the transactions to include, akin to a bundle at the end of the block from the builder.
The text was updated successfully, but these errors were encountered:
Add trait to abstract any transactions the builder would want to add at the end of the block e.g. payout transaction, block signature etc.
Before block building there can be some methods for validation and gas reservation e.g. #296. After block building the trait can specify the transactions to include, akin to a bundle at the end of the block from the builder.
The text was updated successfully, but these errors were encountered: