Primitives
Data types
serviceProvider.id
: a hash of a salt
, and _msgSender()
.
serviceProvider.id
is deterministic and thus requires hash collision protection.
item.id
: a hash of serviceProvider.id
and name
of the item.
term.id
: a hash of serviceProvider.id
and name
of the term.
The end-user facing explanation of what an
item
orterm
corresponds to is handled by theServiceProviderData
protobuf. TheURI
to find this protobuf is located in theServiceProviderRegistry
under the service provider. Definition of the descriptors is outside of scope for Videre, and is the job of the industry implementation.