Skip to content

Support cancellation ability in the BlindedBlockRelayer trait #114

@ralexstokes

Description

@ralexstokes

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions