#data-structures #transaction-status #conditional #numbers #hold #component #multiple

signet-types

this name held for use by the signet-sdk. https://github.com/init4tech/signet-sdk

1 unstable release

0.0.1-alpha Mar 11, 2025

#4 in #transaction-status

Download history 40/week @ 2025-03-05 64/week @ 2025-03-12

104 downloads per month

MIT/Apache

2KB

signet-types

This crate contains shared datastructures that are used by multiple Signet components. It is used by signet-extractor, signet-evm, signet-node and other ecosystem crates to share common functionality. It's pretty boring honestly.

What's in this crate?

  • mod config - contains SignetSystemConstants a configuration object that holds the system constants and is used by the extractor, the EVM, and the node.
  • AggregateFills - a struct that holds the aggregate fill status for conditional transactions.
  • MagicSig - a struct that holds magic signatures for Signet L1-driven actions.
  • SlotCalculator - a small utility for calculating the slot number from a timestamp and vice versa.
  • SignRequest and SignResponse - data structures for block-builders communicating with the Signet sequencer.

No runtime deps