Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 917 Bytes

File metadata and controls

33 lines (23 loc) · 917 Bytes
title Overview | ethdebug/format/data
sidebar_label Overview
sidebar_position 1

Overview

:::tip[Summary]

ethdebug/format/data is a namespace for schemas that define canonical representations of specific data types, such as hexadecimal strings and unsigned integers.

Schemas in this namespace exist so that the rest of ethdebug/format has a consistent way of representing these types.

:::

Reading these schemas

The ethdebug/format/data namespace is not a schema itself, but rather a collection of closely-related schemas.

These schemas (like all schemas in this format) are specified as JSON Schema, draft 2020-12.

Please refer to the following resources in this section, or see the navigation bar for complete contents.