• Used only when the contract has multiple param managers. Exactly one must manage the electorate, which requires the async version.

    Type Parameters

    • T extends Record<string, SyncSpecTuple>

    Parameters

    Returns TypedParamManager<{
        [K in string | number | symbol]: T[K][0]
    }>

    See

    makeParamManager

Generated using TypeDoc