Function alloy_zksync::contracts::l1::l1_bridge::L1Bridge::new

source ·
pub const fn new<T: Transport + Clone, P: Provider<T, N>, N: Network>(
    address: Address,
    provider: P,
) -> L1BridgeInstance<T, P, N>
Expand description

Creates a new wrapper around an on-chain L1Bridge contract instance.

See the wrapper’s documentation for more details.