Crates.io | signet-types |
lib.rs | signet-types |
version | 0.10.2 |
created_at | 2025-03-11 17:34:04.696146+00 |
updated_at | 2025-09-25 16:30:10.540745+00 |
description | A collection of types used in Signet. |
homepage | https://github.com/init4tech/signet-sdk |
repository | https://github.com/init4tech/signet-sdk |
max_upload_size | |
id | 1588245 |
size | 204,770 |
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.
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.