Git Source

Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett

the library that handles the storage for the Version facet

State Variables

VERSION_DATA_POSITION

bytes32 constant VERSION_DATA_POSITION = keccak256("protocol-version");

Functions

versionStorage

Function to access the version data

function versionStorage() internal pure returns (VersionStorage storage v);

Returns

NameTypeDescription
vVersionStorageData storage for version