(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[])
| 182 | } |
| 183 | |
| 184 | export function batch_enable_plugins(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[]): OperationStruct { |
| 185 | let operation = OPCODE_ID_13_BATCH_ENABLE_PLUGINS(pluginIndexArray, isBeforeOperationArray); |
| 186 | return operation; |
| 187 | } |
| 188 | |
| 189 | export function batch_disable_plugins(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[]): OperationStruct { |
| 190 | let operation = OPCODE_ID_14_BATCH_DISABLE_PLUGINS(pluginIndexArray, isBeforeOperationArray); |
nothing calls this directly
no test coverage detected