LogoLogo
  • Learn About Signet
    • Simplifying the Rollup
    • No Proofs or State Roots
    • Simple sequencing
    • Cross-chain transfers on Signet
  • Build on Signet
    • Smart Contracts
      • Passage
      • Transactor
      • Orders
        • Order Processing
        • Working with Orders
        • Market Participants
        • Bundles and Orders
        • Application Use Cases
      • Zenith
      • Permit2
    • EVM Behavior
    • Signet SDK
      • signet-zenith
      • signet-types
      • signet-extract
      • signet-evm
      • signet-bundle
      • signet-rpc
  • More info
  • FAQ
  • Glossary
  • Twitter
  • Github
Powered by GitBook
On this page
  1. Build on Signet
  2. Signet SDK

signet-zenith

Core bindings for Zenith contracts with AggregateOrders and SignedOrder utilities. Essential for developers working with Orders and bundle creation.

PreviousSignet SDKNextsignet-types

Last updated 19 days ago

What's in this crate?

  • 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 orders iunterface.

  • ZenithBlock - a struct used to decode transaction data from Ethereum blobs containing builder-created blocks.

Rust types & utilities for working with smart contracts.

alloy
permit2
Zenith