initializeWithEntrypoint abstract method

void initializeWithEntrypoint(
  1. Entrypoint ep
)

Initializes the provider with an entrypoint.

  • ep: The entrypoint to initialize with.

Implementation

void initializeWithEntrypoint(Entrypoint ep);