Module alloy_zksync::provider

source ·
Expand description

ZKsync provider.

Modules§

  • ZKsync-specific transaction data filler.
  • ZKsync-specific provider layers.

Structs§

  • Type that handles deposit logic for various scenarios: deposit ETH, ERC20 etc.
  • Type for deposit request. This type only stores the required information for the deposit, while the deposit itself is performed via DepositExecutor.
  • A wrapper struct to hold L1 transaction receipt and L2 provider which is used by the associated functions.

Enums§

Traits§

Functions§

  • Convenience function to initialize provider builder for ZKsync network.