Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

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
MOVE_REGISTRY
}

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.

Feature.MOVE_REGISTRY​

Named packages service (utilizing dotmove package registry).

Member Of​

ServiceConfig object