Skip to main content

Feature

Groups of features served by the RPC service. The GraphQL Service can be configured to enable or disable these features.

enum Feature {
ANALYTICS
COINS
DYNAMIC_FIELDS
NAME_SERVICE
SUBSCRIPTIONS
SYSTEM_STATE
}

Values

Feature.ANALYTICS

Statistics about how the network was running (TPS, top packages, APY, etc)

Feature.COINS

Coin metadata, per-address coin and balance information.

Feature.DYNAMIC_FIELDS

Querying an object's dynamic fields.

Feature.NAME_SERVICE

SuiNS name and reverse name look-up.

Feature.SUBSCRIPTIONS

Transaction and Event subscriptions.

Feature.SYSTEM_STATE

Aspects that affect the running of the system that are managed by the validators either directly, or through system transactions.

Member Of

ServiceConfig object