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-bundle

Utilities for working with Flashbots-style bundles and conditional transactions. Provides simulation capabilities for Bundle Builders and Searchers.

Previoussignet-evmNextsignet-rpc

Last updated 19 days ago

What's in this crate?

This allows users and builders to simulate and validated the effects of . This crate provides

  • Bundle formats via SignetCallBundle and SignetEthBundle

  • JSON-RPC response formats for the bundle endpoints.

    • signet_simBundle via SignetCallBundleResponse.

    • signet_sendBundle via SignetEthBundleResponse.

  • A driver capable of simulating SignetCallBundle and producing aSignetCallBundleResponse.

Signet bundles behave like , however, Signet bundles contain Ethereum token movements in addition to Signet transactions.

Signet's are a way to move tokens between chains. The conditional transactions on Signet confirm and succeed if and ONLY IF corresponding tokens move on Ethereum and Signet. This allows users to express complex trades across chains that execute and settle in the same block.

These conditional transactions require specialized handling by builders, and custom simulation logic. This crate provides utilities for simulating and validating the effects of conditional transactions.

conditional transactions
trevm
Flashbots bundles
conditional transactions