Class Constants
java.lang.Object
dev.getelements.elements.sdk.service.Constants
Service layer constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Used to specify the RPC provider for bsc blockchain.static final String
Used to specify the endpoint file path for cloning static content.static final String
Used to specify the file path for static content.static final String
Used to specify the endpoint for serving static content.static final String
Used to specify the mock session timeout.static final String
Used to specify the host for neo blockchain.static final String
Used to specify the port for neo blockchain.static final String
Used to specify the session timeout, in secondsstatic final String
Names a service as unscoped. -
Method Summary
-
Field Details
-
UNSCOPED
Names a service as unscoped.- See Also:
-
BSC_RPC_PROVIDER
Used to specify the RPC provider for bsc blockchain.- See Also:
-
SESSION_TIMEOUT_SECONDS
Used to specify the session timeout, in seconds- See Also:
-
MOCK_SESSION_TIMEOUT_SECONDS
Used to specify the mock session timeout.- See Also:
-
NEO_BLOCKCHAIN_HOST
Used to specify the host for neo blockchain.- See Also:
-
NEO_BLOCKCHAIN_PORT
Used to specify the port for neo blockchain.- See Also:
-
CDN_FILE_DIRECTORY
Used to specify the file path for static content.- See Also:
-
CDN_CLONE_ENDPOINT
Used to specify the endpoint file path for cloning static content.- See Also:
-
CDN_SERVE_ENDPOINT
Used to specify the endpoint for serving static content.- See Also:
-