Concepts shared across Cord SDK
In many places, Cord SDK expects some form of an ID. Examples include:
Most strings are usable as an ID. In particular, a valid ID is a string that:
cord:
(that prefix is reserved for Cord’s internal use)Examples of valid IDs are UUIDs, email addresses, JSON-stringified objects, and numbers that you convert to strings.