pub(crate) async fn build_payload(
provider: &RootProvider<AnyNetwork>,
request: PayloadRequest,
) -> Result<(ExecutionPayload, ExecutionPayloadSidecar)>Expand description
Trigger payload building via FCU and retrieve the built payload.
This sends a forkchoiceUpdated with payload attributes to start building, then calls getPayload to retrieve the result.