Expand description
This module provides helpers for namespace table.
Constantsยง
- NS_
ID_ ๐BYTE_ LEN - NS_
OFFSET_ ๐BYTE_ LEN - NUM_
NSS_ ๐BYTE_ LEN - Byte lengths for the different items that could appear in a namespace table.
Functionsยง
- parse_
ns_ table - Helper function for AvidM scheme to parse a namespace table.
If the namespace table is invalid, it returns a default single entry namespace table.
For details, please refer to
block/full_payload/ns_table.rs
in thesequencer
crate.