getSyncRegistryStorage
getSyncRegistryStorage<
TRegistry>(registry):SyncStorageDeclaration|undefined
Defined in: packages/contracts/src/registry.ts:1434
Read the storage declaration (ADR-0049 decision 1, ADR-0047) a registry was built with, or undefined
when none was declared (a bare registry map, or a definition with no storage). The client resolves the
effective mint durability as getSyncRegistryStorage(registry)?.durability ?? "relaxed" at its single
mint seam — the storage twin of getSyncRegistrySchema.
Type Parameters
Section titled “Type Parameters”TRegistry
Section titled “TRegistry”TRegistry extends SyncTableRegistry
Parameters
Section titled “Parameters”registry
Section titled “registry”TRegistry
Returns
Section titled “Returns”SyncStorageDeclaration | undefined