Haven't dug into the code enough to know if there's a technical reason behind it, but it seems like extending the type of viewKey from string | undefined to at least string | symbol | undefined would be nice!
Use case here is that I have a well-known shared viewKey I'd like to use (i.e. not a resource ID of any kind) and I like Symbols over constant strings.
Haven't dug into the code enough to know if there's a technical reason behind it, but it seems like extending the type of
viewKeyfromstring | undefinedto at leaststring | symbol | undefinedwould be nice!Use case here is that I have a well-known shared viewKey I'd like to use (i.e. not a resource ID of any kind) and I like
Symbols over constant strings.