FrontendClientConfigFactory<T>: ((args: T extends NotifiConfigWithPublicKeyAndAddress
    ? ConfigFactoryInputPublicKeyAndAddress
    : T extends NotifiConfigWithDelegate
        ? ConfigFactoryInputDelegated
        : T extends NotifiConfigWithPublicKey
            ? ConfigFactoryInputPublicKey
            : ConfigFactoryInputOidc) => NotifiFrontendConfiguration)

Type Parameters

No longer need to use configFactory, use instantiateFrontendClient instead