Skip to main content

All Set Names

This script returns all the names for Set.

Returns: [String] - A list of all the set names.

import AllDay from 0xALLDAYADDRESS

pub fun main(): [String] {
return AllDay.getAllSetNames()
}