Function relays_openapi::apis::data_api::get_received_bids   
source ยท pub async fn get_received_bids(
    configuration: &Configuration,
    slot: Option<&str>,
    block_hash: Option<&str>,
    block_number: Option<&str>,
    builder_pubkey: Option<&str>,
    limit: Option<&str>,
) -> Result<Vec<GetReceivedBids200ResponseInner>, Error<GetReceivedBidsError>>Expand description
- Returns a list of builder bids without execution payloads. * Only submissions that were successfully verified.