mud icon indicating copy to clipboard operation
mud copied to clipboard

improve resource ID helpers

Open frolic opened this issue 10 months ago • 0 comments

Would be nice to quickly go from a namespace resource ID to a table or system resource ID.

namespaceId.getTableId(name);
namespaceId.getOffchainTableId(name);
namespaceId.getSystemId(name);

(we already have the inverse, like tableId.getNamespaceId())

frolic avatar Feb 07 '25 16:02 frolic