Address
The Address type represents an array of string segments that form a path to a specific location within the data or metadata tree. For example, ['users', '123', 'name'] addresses the 'name' atom nested under user '123'. The length of the address must match the configured tree depth.
string[]Since
v0.0.0