Skip to main content

IProtocolVersion

Description

An interface defining the semantic Aragon OSx protocol version number.

Implementation

external function protocolVersion

Returns the semantic Aragon OSx protocol version number that the implementing contract is associated with.

function protocolVersion() external view returns (uint8[3] _version)
OutputTypeDescription
_versionuint8[3]Returns the semantic Aragon OSx protocol version number.

This version number is not to be confused with the release and build numbers found in the Version.Tag struct inside the PluginRepo contract being used to version plugin setup and associated plugin implementation contracts.

© 2024