mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
10 lines
320 B
Go
10 lines
320 B
Go
package api
|
|
|
|
const (
|
|
VersionHeader = "Eth-Consensus-Version"
|
|
ExecutionPayloadBlindedHeader = "Eth-Execution-Payload-Blinded"
|
|
ExecutionPayloadValueHeader = "Eth-Execution-Payload-Value"
|
|
JsonMediaType = "application/json"
|
|
OctetStreamMediaType = "application/octet-stream"
|
|
)
|