/ types / eth1.yaml
eth1.yaml
 1  Eth1Data:
 2    type: object
 3    description: "The [`Eth1Data`](https://github.com/ethereum/eth2.0-specs/blob/v1.0.1/specs/phase0/beacon-chain.md#eth1data) object from the Eth2.0 spec."
 4    properties:
 5      deposit_root:
 6        allOf:
 7          - $ref: './primitive.yaml#/Root'
 8          - description: "Root of the deposit tree."
 9      deposit_count:
10        allOf:
11          - $ref: "./primitive.yaml#/Uint64"
12          - description: "Total number of deposits."
13      block_hash:
14        allOf:
15          - $ref: './primitive.yaml#/Root'
16          - description: "Ethereum 1.x block hash."