File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ Bellatrix:
1212 pubkey :
1313 $ref : " ../../beacon-apis/types/primitive.yaml#/Pubkey"
1414 description : " BLS public key of builder."
15+ fee_recipient :
16+ $ref : ' ../../beacon-apis/types/primitive.yaml#/ExecutionAddress'
17+ description : " The address the bid is paid to"
18+ proofs :
19+ $ref : " ../proof.yaml#/Proofs"
20+ description : " Proofs of pre and post balances of the `fee_recipient` account"
1521
1622 SignedBuilderBid :
1723 type : object
Original file line number Diff line number Diff line change 1+ Proofs :
2+ type : array
3+ items :
4+ allOf :
5+ - $ref : ' #/Proof'
6+ maxItems : 2
7+
8+ Proof :
9+ type : array
10+ items : array
11+ allOf :
12+ - $ref : " ../../beacon-apis/types/primitive.yaml#/Bytes32"
13+ maxItems : 32
You can’t perform that action at this time.
0 commit comments