Documentation
    Preparing search index...

    Variable getDAppClientInstanceConst

    getDAppClientInstance: (
        config: DAppClientOptions,
        reset?: boolean,
    ) => DAppClient

    Get a DAppClient instance. Will make sure only one dAppClient exists. After the first instance has been created, the config will be ignored, unless "reset" is set

    Type declaration