Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Oct 21, 2024
1 parent 9e06567 commit 1804002
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/api/src/builder/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ export type Endpoints = {

submitBlindedBlock: Endpoint<
"POST",
{signedBlindedBlock: SignedBlindedBeaconBlock; blockBytes?: Uint8Array | null},
{
signedBlindedBlock: SignedBlindedBeaconBlock;
/** SSZ serialized `signedBlindedBlock` bytes */
blockBytes?: Uint8Array | null;
},
{body: unknown; headers: {[MetaHeader.Version]: string}},
ExecutionPayload | ExecutionPayloadAndBlobsBundle,
VersionMeta
Expand Down

0 comments on commit 1804002

Please sign in to comment.