Derive the DataRegistryV2 data point id for an owner and scope: keccak256(abi.encode(address ownerAddress, string scope)).
keccak256(abi.encode(address ownerAddress, string scope))
The data owner (the Personal Server owner).
The scope the data point is stored under.
The 32-byte id, lowercase hex.
Error when ownerAddress is not an EVM address.
ownerAddress
Derive the DataRegistryV2 data point id for an owner and scope:
keccak256(abi.encode(address ownerAddress, string scope)).