Class Constants

java.lang.Object
dev.getelements.elements.sdk.service.Constants

public class Constants extends Object
Service layer constants.
  • Field Details

    • UNSCOPED

      public static final String UNSCOPED
      Names a service as unscoped.
      See Also:
    • BSC_RPC_PROVIDER

      public static final String BSC_RPC_PROVIDER
      Used to specify the RPC provider for bsc blockchain.
      See Also:
    • SESSION_TIMEOUT_SECONDS

      public static final String SESSION_TIMEOUT_SECONDS
      Used to specify the session timeout, in seconds
      See Also:
    • MOCK_SESSION_TIMEOUT_SECONDS

      public static final String MOCK_SESSION_TIMEOUT_SECONDS
      Used to specify the mock session timeout.
      See Also:
    • NEO_BLOCKCHAIN_HOST

      public static final String NEO_BLOCKCHAIN_HOST
      Used to specify the host for neo blockchain.
      See Also:
    • NEO_BLOCKCHAIN_PORT

      public static final String NEO_BLOCKCHAIN_PORT
      Used to specify the port for neo blockchain.
      See Also:
    • CDN_FILE_DIRECTORY

      public static final String CDN_FILE_DIRECTORY
      Used to specify the file path for static content.
      See Also:
    • CDN_CLONE_ENDPOINT

      public static final String CDN_CLONE_ENDPOINT
      Used to specify the endpoint file path for cloning static content.
      See Also:
    • CDN_SERVE_ENDPOINT

      public static final String CDN_SERVE_ENDPOINT
      Used to specify the endpoint for serving static content.
      See Also: