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

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

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