signet-zenith 0.11.0

Types for the zenith smart contracts
docs.rs failed to build signet-zenith-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-zenith-0.16.0-rc.13

signet-zenith

Rust types & utilities for working with Zenith smart contracts.

What's in this crate?

  • alloy Bindings for Zenith smart contracts
    • Zenith
    • Passage
    • Orders
  • AggregateOrders - a struct that holds the net Order data for a transaction or set of transactions.
  • SignedOrder - a struct that holds a signed Order and the signature that was used to sign it. This enables users to make gasless orders using the permit2 orders iunterface.
  • ZenithBlock - a struct used to decode transaction data from Ethereum blobs containing builder-created blocks.