rust-eigenda-v2-common

Crates.iorust-eigenda-v2-common
lib.rsrust-eigenda-v2-common
version0.1.4
created_at2025-04-30 17:25:00.473354+00
updated_at2025-07-02 20:46:57.957005+00
descriptionEigenDA Common
homepage
repositoryhttps://github.com/Layr-Labs/eigenda-client-rs
max_upload_size
id1655205
size100,165
(EigenlabsITAdmin)

documentation

README

rust-eigenda-v2-common

Crate with definition of multiple types used in the v2 client of EigenDA.

Types defined in this Crate

  • EigenDACert: Contains all data necessary to retrieve and validate a Blob.
  • Blob: Data dispersed on EigenDA.
  • EncodedPayload: Payload that has been encoded. It contains a header that specifies the encoding algorithm and the payload itself.
  • Payload: Arbitrary data without any processing.
  • PayloadForm: The form a Payload is encoded in, it can be in either evaluation or coefficient form.

Use

[dependencies]
rust-eigenda-v2-common = "0.1"
Commit count: 113

cargo fmt