Documentation ¶
Overview ¶
Package metadata contains keys for well-known metadata fields provided in an API response.
Index ¶
Constants ¶
View Source
const ( // Finalized describes if the response contains finalized data. Finalized = "finalized" // ExecutionOptimistic is a boolean value describing if the response contains execution data // that has not been fully verified at the time of response. ExecutionOptimistic = "execution_optimistic" // DependentRoot is the block root on which the returned data is based. DependentRoot = "dependent_root" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.