signet-types 0.14.0

A collection of types used in Signet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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?

- `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.

[conditional transactions]: https://docs.signet.sh/learn-about-signet/cross-chain-transfers-on-signet