Nullifier

(Work in progress) Nullifier Contract Interface Documentation

file-download
674B

Overview

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.

View Function

getVersion

Returns the contract version identifier.

function getVersion() external pure returns (string, string)

Returns:

  • semantic version string

  • Contract name: "Nullifier"

Last updated