For the complete documentation index, see llms.txt. This page is also available as Markdown.

IMinimumVersion

IMinimumVersion

requiredVersion

function requiredVersion() external view returns (string)

Returns the minimum implementation version to use an external application.

Adapters must implement it when modifying proxy state or storage.

Return Values

Name
Type
Description

[0]

string

String of the minimum supported version.

Last updated