You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can get all of a World's registered tables by reading tableId, keySchema, valueSchema, abiEncodedKeyNames, and abiEncodedFieldNames from the Tables table.
Given the uncertainty of multi-namespace support and mud init we can make this a helper for now
The text was updated successfully, but these errors were encountered:
We can get all of a World's registered tables by reading
tableId
,keySchema
,valueSchema
,abiEncodedKeyNames
, andabiEncodedFieldNames
from theTables
table.Given the uncertainty of multi-namespace support and
mud init
we can make this a helper for nowThe text was updated successfully, but these errors were encountered: