-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
buildenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
mev-rs/mev-rs/src/blinded_block_relayer/mod.rs
Lines 18 to 21 in 9d88a23
| async fn submit_bid( | |
| &self, | |
| signed_submission: &SignedBidSubmission, | |
| ) -> Result<SignedBidReceipt, Error>; |
submit_bid should support some way for the caller to signal they want to enable cancellations
going by the current API, it looks like can get away with just adding a bool param to this trait method
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers