Function makeParamManagerSync
- makeParamManagerSync<T>(publisherKit, spec): TypedParamManager<{
[K in string | number | symbol]: T[K][0]
}> Type Parameters
T extends Record<string, SyncSpecTuple>
Returns TypedParamManager<{
[K in string | number | symbol]: T[K][0]
}>
Used only when the contract has multiple param managers. Exactly one must manage the electorate, which requires the async version.