Documentation Index
Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Git Source
Functions
createActionTypesArray
function createActionTypesArray(ActionTypes _arg1) internal pure returns (ActionTypes[] memory);
createActionTypesArray
function createActionTypesArray(ActionTypes _arg1, ActionTypes _arg2) internal pure returns (ActionTypes[] memory);
createActionTypesArray
function createActionTypesArray(ActionTypes _arg1, ActionTypes _arg2, ActionTypes _arg3)
internal
pure
returns (ActionTypes[] memory);
createActionTypesArray
function createActionTypesArray(ActionTypes _arg1, ActionTypes _arg2, ActionTypes _arg3, ActionTypes _arg4)
internal
pure
returns (ActionTypes[] memory);
createActionTypesArray
function createActionTypesArray(
ActionTypes _arg1,
ActionTypes _arg2,
ActionTypes _arg3,
ActionTypes _arg4,
ActionTypes _arg5
) internal pure returns (ActionTypes[] memory);