You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "SSZ serialized PayloadAttestationMessage bytes. Use Content-Type header to indicate that SSZ data is contained in the request body."
80
+
description: "SSZ serialized array of PayloadAttestationMessage bytes. Use Content-Type header to indicate that SSZ data is contained in the request body."
77
81
responses:
78
82
"200":
79
-
description: "The payload attestation message was stored in the pool and has been broadcast."
80
-
content:
81
-
text/plain:
82
-
schema:
83
-
type: string
83
+
description: "Payload attestation messages are stored in pool and broadcasted to the network"
84
84
"400":
85
-
description: "The PayloadAttestationMessage object is invalid or failed gossip validation"
85
+
description: "Errors with one or more payload attestation messages"
0 commit comments