package
0.3.0-rc2
Repository: https://github.com/primevprotocol/mev-commit.git
Documentation: pkg.go.dev

# README

Overview

The preconfirmation package creates a simple system where two types of bidders, referred to as bidders and providers, can exchange bid requests and confirmations over a peer-to-peer network. Bidders use the SendBid function to send bids and wait for confirmations from providers. Providers use the handleBid function to receive bids, check them, and send back confirmations if the bids are valid.

Diagram

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author