Skip to content

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.

TRegistry extends SyncTableRegistry

TRegistry

SyncStorageDeclaration | undefined