JS API Reference

Interface: ReputationConfig

experimental/reputation/types.ReputationConfig

Configuration for ReputationSystem class.

Table of contents

Properties

Properties

url

Optional url: string

Reputation service URL

Defined in

src/experimental/reputation/types.ts:160


paymentNetwork

Optional paymentNetwork: string

Network to query data for.

This is the main filter for the data.

You can leave it empty if you are controlling the payment network through PAYMENT_NETWORK environment variable.

Defined in

src/experimental/reputation/types.ts:169


logger

Optional logger: Logger

Logger to use.

Defined in

src/experimental/reputation/types.ts:174


preset

Optional preset: keyof ReputationPresets

Defined in

src/experimental/reputation/types.ts:176

Was this helpful?