Vana SDK - v4.1.0
    Preparing search index...

    Function deriveDataPointId

    • Derive the DataRegistryV2 data point id for an owner and scope: keccak256(abi.encode(address ownerAddress, string scope)).

      Parameters

      • ownerAddress: `0x${string}`

        The data owner (the Personal Server owner).

      • scope: string

        The scope the data point is stored under.

      Returns `0x${string}`

      The 32-byte id, lowercase hex.

      Error when ownerAddress is not an EVM address.