signet-types 0.11.0

A collection of types used in Signet.
docs.rs failed to build signet-types-0.11.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: signet-types-0.16.0-rc.13

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 constants - 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.
  • SignRequest and SignResponse - data structures for block-builders communicating with the Signet sequencer.