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

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

See the [wrapper's documentation](`LightClientV2MockInstance`) for more details.