Nullifier
(Work in progress) Nullifier Contract Interface Documentation
Overview
View Function
getVersion
getVersionfunction getVersion() external pure returns (string, string)Last updated
(Work in progress) Nullifier Contract Interface Documentation
Nullifier is a contract that stores a static nullifier hash and provides a method to retrieve the contract version.
During deployment, the constructor verifies that the deployer is the RootPN contract and transfers a small amount of funds to a specified address.
getVersionReturns the contract version identifier.
function getVersion() external pure returns (string, string)Returns:
semantic version string
Contract name: "Nullifier"
Last updated