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:
12
12
pubkey :
13
13
$ref : " ../../beacon-apis/types/primitive.yaml#/Pubkey"
14
14
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"
15
21
16
22
SignedBuilderBid :
17
23
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