diff --git a/types/attestation.yaml b/types/attestation.yaml index 50711193..d057f4f4 100644 --- a/types/attestation.yaml +++ b/types/attestation.yaml @@ -14,6 +14,7 @@ IndexedAttestation: signature: $ref: './primitive.yaml#/Signature' description: "The BLS signature of the `IndexedAttestation`, created by the validator of the attestation." + Attestation: type: object description: "The [`Attestation`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#attestation) object from the CL spec." diff --git a/types/electra/attestation.yaml b/types/electra/attestation.yaml index 94e32852..05e333bc 100644 --- a/types/electra/attestation.yaml +++ b/types/electra/attestation.yaml @@ -15,6 +15,7 @@ Electra: signature: $ref: '../primitive.yaml#/Signature' description: "The BLS signature of the `IndexedAttestation`, created by the validator of the attestation." + SingleAttestation: type: object description: "The [`SingleAttestation`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9/specs/electra/beacon-chain.md#singleattestation) object from the CL spec." @@ -31,6 +32,7 @@ Electra: signature: $ref: '../primitive.yaml#/Signature' description: "BLS aggregate signature." + Attestation: type: object description: "The [`Attestation`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.3/specs/electra/beacon-chain.md#attestation) object from the CL spec."