Sets
Sets are categories: Greatest Touchdowns
or similar. Sets have a unique name.An Edition must have a SetID to be created. Sets do not close and cannot be retired. Sets contain a dictionary of all the SetID/PlayID combinations that exist within an Edition. This is checked everytime a new Edition is created to ensure they are unique.
On Chain Fields
- FlowID
- Name
Examples
📄️ All Set Names
This script returns all the names for Set.
📄️ All Sets
This script returns all the Set structs.
📄️ Set By ID
This script returns a Set struct for the given id, if it exists.
📄️ Set by Name
This script returns a Set struct for the given name, if it exists.