Function: setMerkleRoot(byte[32] _merkleRoot)
Sets the Merkle root of a tree containing session keys for msg.sender
.
Inputs
_merkleRoot
Control: Full.
Constraints: N/A.
Impact: The Merkle root of a tree that contains session keys with their permissions and parameters.
Branches and code coverage (including function calls)
Intended branches
Should successfully set the Merkle root of a tree containing session keys for
msg.sender
.