Ndk.emptyBootstrapRelaysConfig constructor

Ndk.emptyBootstrapRelaysConfig()

Creates a new instance of Ndk with default configuration and empty bootstrap relays

Implementation

Ndk.emptyBootstrapRelaysConfig()
  : this(
      NdkConfig(
        cache: MemCacheManager(),
        eventVerifier: Bip340EventVerifier(),
        bootstrapRelays: [],
      ),
    );