Preparing search index...

    Provides a set of options to use with network id generation

    Index

    Constructors

    • Parameters

      • OptionalnetworkIdType: NetworkIdType

        Which method to use for network id generation

      • OptionalcustomNetworkId: string

        Custom network id to use

      • OptionalcustomPrefix: string

        Custom prefix to prepend to the network id

      Returns NetworkIdOptions

    Properties

    customNetworkId?: string

    Custom network id to use

    customPrefix?: string

    Custom prefix to prepend to the network id

    networkIdType?: NetworkIdType

    Which method to use for network id generation

    Methods