sui_graphql_rpc

Module config

Source

Structsยง

  • Configuration for connections for the RPC, passed in as command-line arguments. This configures specific connections between this service and other services, and might differ from instance to instance of the GraphQL service.
  • The combination of all configurations for the GraphQL service.
  • Configuration on features supported by the GraphQL service, passed in a TOML-based file. These configurations are shared across fleets of the service, i.e. all testnet services will have the same ServiceConfig.
  • The Version of the service. year.month represents the major release. New patch versions represent backwards compatible fixes for their major release. The full version is year.month.patch-sha.