/ types / altair / sync_aggregate.yaml
sync_aggregate.yaml
 1  Altair:
 2    SyncAggregate:
 3      type: object
 4      description: "The [`SyncAggregate`](https://github.com/ethereum/eth2.0-specs/blob/v1.1.0-alpha.1/specs/altair/beacon-chain.md#syncaggregate) object from the Eth2.0 Altair spec."
 5      properties:
 6        sync_committee_bits:
 7          type: string
 8          pattern: "^0x[a-fA-F0-9]+$"
 9          example: "0x01"
10          description: "Aggregation bits of sync"
11        sync_committee_signature:
12          $ref: '../primitive.yaml#/Signature'