Release
contract Release
is FreezableImplementationDirectory
This contract represents a particular standard library version from a developer. It has an immutable reference to the implementations of all contracts that comprise it.
Index
Reference
Functions
Release
function Release() public
Constructor function. It sets the `msg.sender` as the developer of this release.