pub const fn new<P: Provider<N>, N: Network>(
address: Address,
provider: P,
) -> EnumInstance<P, N>
Expand description
Creates a new wrapper around an on-chain Enum
contract instance.
See the wrapper’s documentation for more details.
pub const fn new<P: Provider<N>, N: Network>(
address: Address,
provider: P,
) -> EnumInstance<P, N>
Creates a new wrapper around an on-chain Enum
contract instance.
See the wrapper’s documentation for more details.