Removing Addresses
Removing Addresses
bytes32 messageHash = keccak256(
abi.encodePacked(
"I authorize removing this address from my Identity.", address(this), ein, addressToRemove, timestamp
)
);Last updated
Was this helpful?