Function: initializePuzzleHashes(byte[32] _burnPuzzleHash, byte[32] _mintPuzzleHash)
This function initializes the puzzle hashes used. It can only be called once. This function is expected to be called during deployment.
Inputs
_burnPuzzleHashControl: Arbitrary.
Constraints: None.
Impact: Value of the burn puzzle hash.
_mintPuzzleHashControl: Arbitrary.
Constraints: None.
Impact: Value of the mint puzzle hash.
Branches and code coverage
Intended branches
Update the burn puzzle hash and mint puzzle hash.
Negative behavior
Revert if the burn puzzle hash or mint puzzle hash is already set.