Type Alias PolkadotPrimitivesV6ExecutorParamsExecutorParam

PolkadotPrimitivesV6ExecutorParamsExecutorParam: Enum<{
    MaxMemoryPages: number;
    PrecheckingMaxMemory: bigint;
    PvfExecTimeout: [PvfExecKind, bigint];
    PvfPrepTimeout: [PolkadotPrimitivesV6PvfPrepKind, bigint];
    StackLogicalMax: number;
    StackNativeMax: number;
    WasmExtBulkMemory: undefined;
}>